fix(sidebar): prevent click on Chats from going to new chat

This commit is contained in:
silentoplayz 2025-10-10 21:12:27 -04:00
parent 43a2881074
commit 95e3717f96

View File

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