This commit is contained in:
Timothy Jaeryang Baek
2025-09-16 13:48:01 -05:00
parent b1e5bc8e49
commit 3e58413268
2 changed files with 10 additions and 3 deletions

View File

@@ -29,7 +29,14 @@
}}
>
<Tooltip content={$i18n.t('More')}>
<slot />
<button
on:click={(e) => {
e.stopPropagation();
show = !show;
}}
>
<slot />
</button>
</Tooltip>
<div slot="content">

View File

@@ -540,9 +540,9 @@
exportHandler();
}}
>
<button class="p-1 dark:hover:bg-gray-850 rounded-lg touch-auto" on:click={(e) => {}}>
<div class="p-1 dark:hover:bg-gray-850 rounded-lg touch-auto">
<EllipsisHorizontal className="size-4" strokeWidth="2.5" />
</button>
</div>
</FolderMenu>
</button>
</button>