This commit is contained in:
Timothy Jaeryang Baek
2025-10-05 00:25:40 -05:00
parent 6050c86ab6
commit 96ecb47bc7
5 changed files with 327 additions and 235 deletions

View File

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