mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
bugfix: overwriting const
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user