mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-06 08:18:53 +00:00
refac/fix: sidebar open status
This commit is contained in:
parent
a0068c4a17
commit
292be82754
1 changed files with 0 additions and 4 deletions
|
|
@ -369,10 +369,6 @@
|
|||
navElement.style['-webkit-app-region'] = 'drag';
|
||||
}
|
||||
}
|
||||
|
||||
if (!$showSidebar && !value) {
|
||||
showSidebar.set(true);
|
||||
}
|
||||
}),
|
||||
showSidebar.subscribe(async (value) => {
|
||||
localStorage.sidebar = value;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue