fix(sidebar): prevent click on Chats from going to new chat
This commit is contained in:
@@ -969,7 +969,6 @@
|
||||
chevron={false}
|
||||
on:change={async (e) => {
|
||||
selectedFolder.set(null);
|
||||
await goto('/');
|
||||
}}
|
||||
on:import={(e) => {
|
||||
importChatHandler(e.detail);
|
||||
|
||||
Reference in New Issue
Block a user