Merge pull request #18232 from silentoplayz/fix-chats-button-navigation

fix: prevent click on "Chats" in sidebar from going to new chat
This commit is contained in:
Tim Jaeryang Baek 2025-10-11 13:41:54 -05:00 committed by GitHub
commit 8c84501235
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -969,7 +969,6 @@
chevron={false}
on:change={async (e) => {
selectedFolder.set(null);
await goto('/');
}}
on:import={(e) => {
importChatHandler(e.detail);