mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
🐛 Fix Change Position not working with gridstack
This commit is contained in:
@@ -54,6 +54,7 @@ export const initializeGridstack = (
|
||||
if (!firstNode) return;
|
||||
events.onAdd(firstNode);
|
||||
});
|
||||
|
||||
grid.batchUpdate();
|
||||
grid.removeAll(false);
|
||||
items.forEach(
|
||||
|
||||
Reference in New Issue
Block a user