mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 19:37:47 +01:00
refac
This commit is contained in:
@@ -125,6 +125,13 @@
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
await tick();
|
||||
for (const folderId in folders) {
|
||||
if (folders[folderId] && folders[folderId].is_expanded) {
|
||||
folderRegistry[folderId]?.setFolderItems();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
const createFolder = async ({ name, data }) => {
|
||||
|
||||
Reference in New Issue
Block a user