refac
This commit is contained in:
@@ -29,7 +29,14 @@
|
||||
}}
|
||||
>
|
||||
<Tooltip content={$i18n.t('More')}>
|
||||
<slot />
|
||||
<button
|
||||
on:click={(e) => {
|
||||
e.stopPropagation();
|
||||
show = !show;
|
||||
}}
|
||||
>
|
||||
<slot />
|
||||
</button>
|
||||
</Tooltip>
|
||||
|
||||
<div slot="content">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user