We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97f22e commit 20047dcCopy full SHA for 20047dc
src/extras/BuildingShapeUtils.js
@@ -33,7 +33,7 @@ class BuildingShapeUtils extends ShapeUtils {
33
if (nodes[0][0] === nodes[elements.length - 1][0] && nodes[0][1] === nodes[elements.length - 1][1]) {
34
nodes.pop();
35
}
36
- const first = true;
+ let first = true;
37
for (const node of nodes) {
38
// The first node requires a different function call.
39
if (first) {
0 commit comments