fix ui size

This commit is contained in:
vcoppe
2024-06-19 21:21:00 +02:00
parent 7c9ce25072
commit 958d40f887
3 changed files with 1 additions and 4 deletions

View File

@@ -274,7 +274,6 @@
if (point) {
return point.element.raw.index;
} else {
console.log(points);
return points[0].index;
}
}