mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +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);
|
||||
};
|
||||
|
||||
$: if (open !== null) {
|
||||
isExpandedUpdateDebounceHandler();
|
||||
}
|
||||
|
||||
const renameHandler = async () => {
|
||||
console.log('Edit');
|
||||
await tick();
|
||||
|
|
@ -427,6 +423,7 @@
|
|||
(folders[folderId].items?.chats ?? []).length === 0}
|
||||
onChange={(state) => {
|
||||
dispatch('open', state);
|
||||
isExpandedUpdateDebounceHandler();
|
||||
}}
|
||||
>
|
||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue