v1.6.21 - ruler behavior change

This commit is contained in:
Azgaar 2021-03-07 14:47:11 +03:00
parent 2588ff6370
commit d74ac7cd05
3 changed files with 12 additions and 11 deletions

View file

@ -386,7 +386,6 @@ function getSegmentId(points, point, step = 10) {
}
}
console.log(minSegment);
return minSegment;
}