mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-13 01:02:25 -06:00
fix: don't wipe sidebar folder chat list when a refresh overlaps an in-flight fetch (#27535)
This commit is contained in:
@@ -420,7 +420,7 @@
|
||||
} finally {
|
||||
chatsLoading = false;
|
||||
}
|
||||
} else {
|
||||
} else if (!open) {
|
||||
chats = null;
|
||||
chatsPage = 1;
|
||||
hasMoreChats = false;
|
||||
|
||||
Reference in New Issue
Block a user