This commit is contained in:
Timothy Jaeryang Baek 2025-09-24 09:46:19 -05:00
parent f096e99059
commit 6d69ea3ac7
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,6 @@
(folders[folderId].items?.chats ?? []).length === 0}
onChange={(state) => {
dispatch('open', state);
isExpandedUpdateDebounceHandler();
}}
>
<!-- svelte-ignore a11y-no-static-element-interactions -->
@ -468,6 +467,7 @@
on:click={(e) => {
e.stopPropagation();
open = !open;
isExpandedUpdateDebounceHandler();
}}
>
{#if folders[folderId]?.meta?.icon}