mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
fix: sidebar
This commit is contained in:
parent
c2bbb37fc1
commit
d4b10097d2
1 changed files with 4 additions and 1 deletions
|
|
@ -325,7 +325,10 @@
|
||||||
on:click={() => {
|
on:click={() => {
|
||||||
selectedChatId = null;
|
selectedChatId = null;
|
||||||
chatId.set('');
|
chatId.set('');
|
||||||
showSidebar.set(!$showSidebar);
|
|
||||||
|
if ($mobile) {
|
||||||
|
showSidebar.set(false);
|
||||||
|
}
|
||||||
}}
|
}}
|
||||||
draggable="false"
|
draggable="false"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue