From 3d18bf75d9f136038b0387aa1bf7a4fdbeb7ee12 Mon Sep 17 00:00:00 2001 From: bymyself Date: Fri, 11 Apr 2025 07:32:14 -0700 Subject: [PATCH] await queue button actions --- src/components/actionbar/ComfyQueueButton.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/actionbar/ComfyQueueButton.vue b/src/components/actionbar/ComfyQueueButton.vue index e23243c13..e93c5998d 100644 --- a/src/components/actionbar/ComfyQueueButton.vue +++ b/src/components/actionbar/ComfyQueueButton.vue @@ -47,7 +47,7 @@ :disabled="!executingPrompt" text :aria-label="$t('menu.interrupt')" - @click="() => commandStore.execute('Comfy.Interrupt')" + @click="async () => await commandStore.execute('Comfy.Interrupt')" >