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
// don't animate, otherwise we animate offseted when switching back to 'absolute' from 'fixed'
308
+
// don't animate, otherwise we animate offseted when switching back to 'absolute' from 'fixed'.
309
+
// TODO: this also removes resizing animation which doesn't have this issue, but others.
310
+
// Ideally both would animate ('move' would immediately restore 'absolute' and adjust coordinate to match, then trigger a delay (repaint) to restore to final dest with animate)
311
+
// but then we need to make sure 'resizestop' is called AFTER 'transitionend' event is received (see https://github.com/gridstack/gridstack.js/issues/2033)
// without this, the html5 drag will flicker between no-drop and drop when dragging over second grid
119
-
// Update: removed that as it causes nested grids to no receive dragenter events when parent drags and sets this for #992. not seeing cursor flicker (chrome).
0 commit comments