From 97765136edcc0ac9cb8b81e25bf6a0c300592fab 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 216c91066f..d1e2d6e87e 100644 --- a/src/scripts/app.ts +++ b/src/scripts/app.ts @@ -1280,7 +1280,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)