fix: sidebar

This commit is contained in:
Timothy J. Baek 2024-06-05 18:31:15 -07:00
parent c2bbb37fc1
commit d4b10097d2

View File

@ -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"
> >