mirror of
https://github.com/open-webui/open-webui.git
synced 2025-03-17 13:22:45 +01:00
refac
This commit is contained in:
parent
0777ab7011
commit
54d5281256
@ -347,7 +347,7 @@
|
||||
</button>
|
||||
</Tooltip>
|
||||
|
||||
{#if !readOnly && siblings.length > 1}
|
||||
{#if !readOnly && (!isFirstMessage || siblings.length > 1)}
|
||||
<Tooltip content={$i18n.t('Delete')} placement="bottom">
|
||||
<button
|
||||
class="invisible group-hover:visible p-1 rounded-sm dark:hover:text-white hover:text-black transition"
|
||||
|
Loading…
x
Reference in New Issue
Block a user