mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-06 16:10:09 +00:00
Sync 2666 Execution Model Inversion (#312)
* Sync 2666 Execution Model Inversion * Fix unittest * Fallback compatible
This commit is contained in:
@@ -171,7 +171,9 @@ class ComfyApi extends EventTarget {
|
||||
break
|
||||
case 'executing':
|
||||
this.dispatchEvent(
|
||||
new CustomEvent('executing', { detail: msg.data.node })
|
||||
new CustomEvent('executing', {
|
||||
detail: msg.data.display_node || msg.data.node
|
||||
})
|
||||
)
|
||||
break
|
||||
case 'executed':
|
||||
|
||||
Reference in New Issue
Block a user