mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
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:
commit
8c84501235
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