mirror of
https://github.com/open-webui/open-webui.git
synced 2026-08-27 06:46:30 -05:00
fix: skip the sidebar refresh when a chat is dropped back where it already is (#28664)
This commit is contained in:
@@ -1433,6 +1433,10 @@
|
||||
|
||||
if (chat) {
|
||||
console.log(chat);
|
||||
if (!chat.folder_id && !chat.pinned) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (chat.folder_id) {
|
||||
const res = await updateChatFolderIdById(
|
||||
localStorage.token,
|
||||
|
||||
Reference in New Issue
Block a user