"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "85c015dc71a60879440b1a64dfa2e9f8b395f75e"
Commit d4b10097 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: sidebar

parent c2bbb37f
...@@ -325,7 +325,10 @@ ...@@ -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"
> >
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment