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

View File

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