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): return up-to-date position if getFreeDragPosition is called while dragging (#16464)
Currently return the passive position when the consumer calls `getFreeDragPosition`, however the it only gets updated once the user has stopped dragging which means that calling it mid-drag will return incorrect values. These changes make it so the active drag position is returned while dragging.
0 commit comments