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
fix(drag-drop): update free drag position on scroll (#19648)
Initially we didn't handle updating the item position if scrolling happens during a drag, because dragging was blocked. Eventually we unblocked dragging and added auto scrolling, but we only managed the dragged position when an item is inside a drop list.
These changes add some code to also manage scrolling inside a freely draggable item.
0 commit comments