diff --git a/web/scripts/app.js b/web/scripts/app.js index 6f8ac067b..8612d5a34 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;