mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-10 22:43:29 +00:00
fix: don't wipe sidebar folder chat list when a refresh overlaps an in-flight fetch (#27535)
This commit is contained in:
parent
f517cc7172
commit
4ac22b89fd
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@
|
|||
} finally {
|
||||
chatsLoading = false;
|
||||
}
|
||||
} else {
|
||||
} else if (!open) {
|
||||
chats = null;
|
||||
chatsPage = 1;
|
||||
hasMoreChats = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue