mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-20 23:04:06 +00:00
Implement cancel button interrupting execution
Was just placeholder
This commit is contained in:
@@ -648,7 +648,7 @@ onKeyStroke('ArrowUp', gotoPreviousOutput)
|
||||
v-if="!executionStore.isIdle"
|
||||
variant="destructive"
|
||||
size="lg"
|
||||
@click="console.error('not implemented')"
|
||||
@click="commandStore.execute('Comfy.Interrupt')"
|
||||
>
|
||||
<i class="icon-[lucide--x]" />
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user