From 746f8bc736546406a2a46e9ac9b2823c8cbd5a02 Mon Sep 17 00:00:00 2001 From: chfhtw Date: Mon, 27 Apr 2026 09:37:59 +0200 Subject: [PATCH] bugfix: overwriting const --- public/js/components/Drop/Grid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/components/Drop/Grid.js b/public/js/components/Drop/Grid.js index 1cecf0031..6d9777c28 100644 --- a/public/js/components/Drop/Grid.js +++ b/public/js/components/Drop/Grid.js @@ -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)