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
The bounds work fine when the below code is first run. After the first drag (it doesn't matter which element or where it is dragged), the drag movements are no longer bounded. RestrictTo*Axis helps a bit for mouse drags, but the keyboard dragging suffers if the list is long and inside an overflow-scroll container.
I'm also hitting this. Using the library in React. Exact same symptoms, the first drag is correctly restricted, any other after is not. I'm also restricting to the vertical axis, which keeps working fine after the first drag.
The bounds work fine when the below code is first run. After the first drag (it doesn't matter which element or where it is dragged), the drag movements are no longer bounded.
RestrictTo*Axis
helps a bit for mouse drags, but the keyboard dragging suffers if the list is long and inside an overflow-scroll container.Code used to test:
The text was updated successfully, but these errors were encountered: