mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-19 01:45:55 +08:00
refac
This commit is contained in:
parent
273787fe78
commit
f381850bb2
@ -285,7 +285,7 @@
|
||||
}
|
||||
|
||||
showControls.subscribe(async (value) => {
|
||||
if (controlPane) {
|
||||
if (controlPane && !$mobile) {
|
||||
if (value) {
|
||||
controlPane.resize(parseInt(localStorage.getItem('chat-controls-size') || '35'));
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user