formatting

This commit is contained in:
pythongosssss 2023-04-02 15:36:27 +01:00
parent b740c40402
commit d01b6780b0

View File

@ -539,7 +539,7 @@ class ComfyApp {
color = "#0f0"; color = "#0f0";
} else if (self.dragOverNode && node.id === self.dragOverNode.id) { } else if (self.dragOverNode && node.id === self.dragOverNode.id) {
color = "dodgerblue"; color = "dodgerblue";
} }
if (color) { if (color) {
const shape = node._shape || node.constructor.shape || LiteGraph.ROUND_SHAPE; const shape = node._shape || node.constructor.shape || LiteGraph.ROUND_SHAPE;