Skip to content

Commit b5aab00

Browse files
added semicolon
1 parent 5365cd1 commit b5aab00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/litegraph.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@
11791179
max_size = node.size[max_size_index];
11801180
}
11811181
node_size_index = (layout == LiteGraph.VERTICAL_LAYOUT) ? 0 : 1;
1182-
y += node.size[node_size_index] + margin + LiteGraph.NODE_TITLE_HEIGHT
1182+
y += node.size[node_size_index] + margin + LiteGraph.NODE_TITLE_HEIGHT;
11831183
}
11841184
x += max_size + margin;
11851185
}

0 commit comments

Comments
 (0)