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): restore initial transform when resetting (#14701)
Currently we preserve the any `transform` that an element might have had before the user started dragging it, however that `transform` is lost if it's position is reset via the `DragRef.reset` method. These changes reset the `transform` back to its initial value.
0 commit comments