mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +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 }) => {
|
const createFolder = async ({ name, data }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user