We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966fa33 commit cbcbda9Copy full SHA for cbcbda9
src/extras/BuildingShapeUtils.js
@@ -63,7 +63,7 @@ class BuildingShapeUtils extends ShapeUtils {
63
}
64
const refs = [];
65
for (let i = 0; i < nodes.length - 1; i++) {
66
- if (refs.inclides(nodes[i].getAttribute('ref')){
+ if (refs.includes(nodes[i].getAttribute('ref'))){
67
return true;
68
69
nodes.push(nodes[i].getAttribute('ref'));
0 commit comments