This commit is contained in:
Timothy Jaeryang Baek 2025-03-15 18:41:04 +00:00
parent 0777ab7011
commit 54d5281256

View File

@ -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"