mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
fix(sidebar): prevent click on Chats from going to new chat
This commit is contained in:
parent
43a2881074
commit
95e3717f96
1 changed files with 0 additions and 1 deletions
|
|
@ -969,7 +969,6 @@
|
||||||
chevron={false}
|
chevron={false}
|
||||||
on:change={async (e) => {
|
on:change={async (e) => {
|
||||||
selectedFolder.set(null);
|
selectedFolder.set(null);
|
||||||
await goto('/');
|
|
||||||
}}
|
}}
|
||||||
on:import={(e) => {
|
on:import={(e) => {
|
||||||
importChatHandler(e.detail);
|
importChatHandler(e.detail);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue