Commit 26dc8e30 authored by pythongosssss's avatar pythongosssss
Browse files

formatting

parent d027ff12
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment