mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-21 14:19:31 +01:00
refac
This commit is contained in:
@@ -339,10 +339,6 @@
|
|||||||
}, 500);
|
}, 500);
|
||||||
};
|
};
|
||||||
|
|
||||||
$: if (open !== null) {
|
|
||||||
isExpandedUpdateDebounceHandler();
|
|
||||||
}
|
|
||||||
|
|
||||||
const renameHandler = async () => {
|
const renameHandler = async () => {
|
||||||
console.log('Edit');
|
console.log('Edit');
|
||||||
await tick();
|
await tick();
|
||||||
@@ -427,6 +423,7 @@
|
|||||||
(folders[folderId].items?.chats ?? []).length === 0}
|
(folders[folderId].items?.chats ?? []).length === 0}
|
||||||
onChange={(state) => {
|
onChange={(state) => {
|
||||||
dispatch('open', state);
|
dispatch('open', state);
|
||||||
|
isExpandedUpdateDebounceHandler();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||||
|
|||||||
Reference in New Issue
Block a user