mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 05:15:18 +00:00
refac
This commit is contained in:
parent
f096e99059
commit
6d69ea3ac7
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,6 @@
|
||||||
(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 -->
|
||||||
|
|
@ -468,6 +467,7 @@
|
||||||
on:click={(e) => {
|
on:click={(e) => {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
open = !open;
|
open = !open;
|
||||||
|
isExpandedUpdateDebounceHandler();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{#if folders[folderId]?.meta?.icon}
|
{#if folders[folderId]?.meta?.icon}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue