mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
refac
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user