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
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
It occur when an array of sortable elements is long enough that vertical scroll appears.
If You scroll down the page to the bottom and drag one of the elements the scroll makes some jump.
I think it is caused by that first of all the dragged element is removed from DOM and length of the page is decreased so the vertical scroll jumps and than the placeholder is added and the page length returns to its previous value but the vertical scroll stay at its current position.