From 90aee83797a863cf4797cdbe187f949061cbd176 Mon Sep 17 00:00:00 2001 From: melMass Date: Fri, 8 Sep 2023 12:59:20 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #89 --- web/comfy_shared.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/comfy_shared.js b/web/comfy_shared.js index 433ed95..c96fbdd 100644 --- a/web/comfy_shared.js +++ b/web/comfy_shared.js @@ -30,7 +30,7 @@ export const cleanupNode = (node) => { return } - for (const w of this.widgets) { + for (const w of node.widgets) { if (w.canvas) { w.canvas.remove() }