This commit is contained in:
Timothy Jaeryang Baek 2025-03-04 17:40:32 -08:00
parent b94de4f002
commit 2a75a85556

View File

@ -227,7 +227,11 @@
</DragGhost>
{/if}
<div bind:this={itemElement} class=" w-full {className} relative group" {draggable}>
<div
bind:this={itemElement}
class=" w-full {className} relative group"
draggable={draggable && !confirmEdit}
>
{#if confirmEdit}
<div
class=" w-full flex justify-between rounded-lg px-[11px] py-[6px] {id === $chatId ||