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( executeWidgetsCallback(
p.workflow.nodes p.workflow.nodes
.map((n) => this.graph.getNodeById(n.id)) .map((n) => this.graph.getNodeById(n.id))
.filter((n) => !!n) as LGraphNode[], .filter((n) => !!n),
'afterQueued' 'afterQueued'
) )
this.canvas.draw(true, true) this.canvas.draw(true, true)