This commit is contained in:
filtered
2025-05-22 11:25:11 -07:00
parent 58fa60068b
commit 19da4ceeae

View File

@@ -1291,7 +1291,7 @@ export class ComfyApp {
executeWidgetsCallback(
p.workflow.nodes
.map((n) => this.graph.getNodeById(n.id))
.filter((n) => !!n) as LGraphNode[],
.filter((n) => !!n),
'afterQueued'
)
this.canvas.draw(true, true)