bugfix: overwriting const

This commit is contained in:
chfhtw
2026-04-27 09:37:59 +02:00
parent 9c03b89ab5
commit 746f8bc736
+1 -1
View File
@@ -258,7 +258,7 @@ export default {
if (this.mode != MODE_IDLE)
this.dragCancel();
const updated = this.createNewGrid(this.indexedItems);
let updated = this.createNewGrid(this.indexedItems);
this.correctedPositionUpdates = updated;
if (updated.length)