fixed white space issue

This commit is contained in:
neurokitti
2025-02-16 02:45:10 -06:00
parent 3c323519a8
commit 8783c469be

View File

@@ -548,7 +548,7 @@
// Reassign the IDs after sorting
this.dots.forEach((dot, index) => {
dot.ID = index;
dot.ID = index;
});
console.log(this.dots);