From e3f226e48371e7e54a68eca0063af8b5b9a361dd Mon Sep 17 00:00:00 2001 From: bymyself Date: Tue, 11 Feb 2025 08:28:56 -0700 Subject: [PATCH] Fix actionbar has drag preview (#2512) --- src/components/actionbar/ComfyActionbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/actionbar/ComfyActionbar.vue b/src/components/actionbar/ComfyActionbar.vue index 04bfa51a43..76d8a51441 100644 --- a/src/components/actionbar/ComfyActionbar.vue +++ b/src/components/actionbar/ComfyActionbar.vue @@ -4,7 +4,7 @@ :style="style" :class="{ 'is-dragging': isDragging, 'is-docked': isDocked }" > -
+