Skip to content

Commit 3beb723

Browse files
authored
Update BuildingShapeUtils.js
1 parent 835da74 commit 3beb723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extras/BuildingShapeUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class BuildingShapeUtils extends ShapeUtils {
6666
if (refs.includes(nodes[i].getAttribute('ref'))){
6767
return true;
6868
}
69-
nodes.push(nodes[i].getAttribute('ref'));
69+
refs.push(nodes[i].getAttribute('ref'));
7070
}
7171
return false;
7272
}

0 commit comments

Comments
 (0)