Fix actionbar has drag preview (#2512)

This commit is contained in:
bymyself
2025-02-11 08:28:56 -07:00
committed by GitHub
parent 8822edaf24
commit e3f226e483

View File

@@ -4,7 +4,7 @@
:style="style"
:class="{ 'is-dragging': isDragging, 'is-docked': isDocked }"
>
<div class="actionbar-content flex items-center" ref="panelRef">
<div class="actionbar-content flex items-center select-none" ref="panelRef">
<span class="drag-handle cursor-move mr-2 p-0!" ref="dragHandleRef">
</span>
<ComfyQueueButton />