mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
refac
This commit is contained in:
parent
b94de4f002
commit
2a75a85556
@ -227,7 +227,11 @@
|
|||||||
</DragGhost>
|
</DragGhost>
|
||||||
{/if}
|
{/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}
|
{#if confirmEdit}
|
||||||
<div
|
<div
|
||||||
class=" w-full flex justify-between rounded-lg px-[11px] py-[6px] {id === $chatId ||
|
class=" w-full flex justify-between rounded-lg px-[11px] py-[6px] {id === $chatId ||
|
||||||
|
Loading…
Reference in New Issue
Block a user