mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
refac
This commit is contained in:
parent
b25c7da154
commit
72d19e44dc
1 changed files with 1 additions and 4 deletions
|
|
@ -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 -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue