mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
refac
This commit is contained in:
parent
273787fe78
commit
f381850bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue