mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 00:32:05 +00:00
fix: sidebar
This commit is contained in:
parent
c2bbb37fc1
commit
d4b10097d2
@ -325,7 +325,10 @@
|
||||
on:click={() => {
|
||||
selectedChatId = null;
|
||||
chatId.set('');
|
||||
showSidebar.set(!$showSidebar);
|
||||
|
||||
if ($mobile) {
|
||||
showSidebar.set(false);
|
||||
}
|
||||
}}
|
||||
draggable="false"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user