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')" >