mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-06 08:18:53 +00:00
refac
This commit is contained in:
parent
b1e5bc8e49
commit
3e58413268
2 changed files with 10 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue