From 891c01c19161b361045196662e4f784d2c1ecef6 Mon Sep 17 00:00:00 2001 From: CapsAdmin Date: Wed, 28 Feb 2024 05:35:08 +0700 Subject: [PATCH] Fix untested last moment change --- web/scripts/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/scripts/app.js b/web/scripts/app.js index 8cb8d25d..7e2c39d2 100644 --- a/web/scripts/app.js +++ b/web/scripts/app.js @@ -1943,8 +1943,8 @@ export class ComfyApp { link = parent.getInputLink(parent_input); if (link) { - parent = parent.getInputNode(parent_input); consumedLinks[parent.id].add(parent_input); + parent = parent.getInputNode(parent_input); } found = true; break;