mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +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) => {
|
||||
if (controlPane) {
|
||||
if (controlPane && !$mobile) {
|
||||
if (value) {
|
||||
controlPane.resize(parseInt(localStorage.getItem('chat-controls-size') || '35'));
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue