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