From 2f00893b27cc2f5d61792f3a8ca846cfbd1aa7e8 Mon Sep 17 00:00:00 2001 From: AustinMroz Date: Wed, 22 Oct 2025 14:05:53 -0700 Subject: [PATCH] Expand drop zone for docking run button (#6193) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Expand the drop zone for docking the run button to be a bit more forgiving. image ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6193-Expand-drop-zone-for-docking-run-button-2946d73d3650816d996fdc57022161db) by [Unito](https://www.unito.io) --- browser_tests/helpers/actionbar.ts | 2 +- src/components/actionbar/ComfyActionbar.vue | 77 ++++++--------------- 2 files changed, 24 insertions(+), 55 deletions(-) diff --git a/browser_tests/helpers/actionbar.ts b/browser_tests/helpers/actionbar.ts index f37de855a..89d5e73ad 100644 --- a/browser_tests/helpers/actionbar.ts +++ b/browser_tests/helpers/actionbar.ts @@ -13,7 +13,7 @@ export class ComfyActionbar { async isDocked() { const className = await this.root.getAttribute('class') - return className?.includes('is-docked') ?? false + return className?.includes('static') ?? false } } diff --git a/src/components/actionbar/ComfyActionbar.vue b/src/components/actionbar/ComfyActionbar.vue index c2b7fe8ed..f01beee25 100644 --- a/src/components/actionbar/ComfyActionbar.vue +++ b/src/components/actionbar/ComfyActionbar.vue @@ -2,10 +2,7 @@
@@ -13,18 +10,15 @@
-
+