fix: sidebar

This commit is contained in:
Timothy J. Baek 2024-06-05 14:20:26 -07:00
parent e52568e7cb
commit c2bbb37fc1

View File

@ -325,6 +325,7 @@
on:click={() => { on:click={() => {
selectedChatId = null; selectedChatId = null;
chatId.set(''); chatId.set('');
showSidebar.set(!$showSidebar);
}} }}
draggable="false" draggable="false"
> >