You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To fix, I need to amend Grid.update() to not use Grid.autoAssignWidgets(), but rather a new function that maintains order and position where the new grid allows.
Also, updates to Grid.init() so that it calls Grid.autoAssignWidgets().
To fix, I need to amend
Grid.update()to not useGrid.autoAssignWidgets(), but rather a new function that maintains order and position where the new grid allows.Also, updates to
Grid.init()so that it callsGrid.autoAssignWidgets().