We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5365cd1 commit b5aab00Copy full SHA for b5aab00
1 file changed
src/litegraph.js
@@ -1179,7 +1179,7 @@
1179
max_size = node.size[max_size_index];
1180
}
1181
node_size_index = (layout == LiteGraph.VERTICAL_LAYOUT) ? 0 : 1;
1182
- y += node.size[node_size_index] + margin + LiteGraph.NODE_TITLE_HEIGHT
+ y += node.size[node_size_index] + margin + LiteGraph.NODE_TITLE_HEIGHT;
1183
1184
x += max_size + margin;
1185
0 commit comments