"doc/git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "78d5d87ba5ee89bc55affc0bffb78029246a7c8e"
Commit 26dc8e30 authored by pythongosssss's avatar pythongosssss
Browse files

formatting

parent d027ff12
...@@ -539,7 +539,7 @@ class ComfyApp { ...@@ -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;
......
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