mirror of
https://github.com/zebrajr/ollama-webui.git
synced 2025-12-05 12:20:26 +01:00
fix(sidebar): prevent click on Chats from going to new chat
This commit is contained in:
parent
43a2881074
commit
95e3717f96
|
|
@ -969,7 +969,6 @@
|
|||
chevron={false}
|
||||
on:change={async (e) => {
|
||||
selectedFolder.set(null);
|
||||
await goto('/');
|
||||
}}
|
||||
on:import={(e) => {
|
||||
importChatHandler(e.detail);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user