From 8cc1a87e1bb15d2ecd6c6989ed99758e590a7323 Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Thu, 22 May 2025 11:25:11 -0700 Subject: [PATCH] nit --- src/scripts/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/app.ts b/src/scripts/app.ts index ed17175f6..9474c124c 100644 --- a/src/scripts/app.ts +++ b/src/scripts/app.ts @@ -1288,7 +1288,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)