From 26dc8e3056c18bf08e83cfc868665cea25a90868 Mon Sep 17 00:00:00 2001 From: pythongosssss <125205205+pythongosssss@users.noreply.github.com> Date: Sun, 2 Apr 2023 15:36:27 +0100 Subject: [PATCH] formatting --- 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 6f8ac067..8612d5a3 100644 --- a/web/scripts/app.js +++ b/web/scripts/app.js @@ -539,7 +539,7 @@ class ComfyApp { color = "#0f0"; } else if (self.dragOverNode && node.id === self.dragOverNode.id) { color = "dodgerblue"; - } + } if (color) { const shape = node._shape || node.constructor.shape || LiteGraph.ROUND_SHAPE;