mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 02:02:08 +00:00
nit
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user