#mesaureDistance
1 messages · Page 1 of 1 (latest)
if ( !options.gridSpaces ) return BaseGrid.prototype.measureDistances.call(this, segments, options);```
options.gridSpaces is showing as undefined in the debugger so it's not even doing the rule checking 🤔