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
When using an element with drag and dragConstraints enabled, the element gets stuck if it is quickly clicked while moving back inside its constraints after being dragged outside the defined boundaries.
This can also happen when not using dragConstraints but instead animating the element onDragEnd.
2. Describe the bug
When using an element with drag and dragConstraints enabled, the element gets stuck if it is quickly clicked while moving back inside its constraints after being dragged outside the defined boundaries.
This can also happen when not using dragConstraints but instead animating the element onDragEnd.
3. IMPORTANT: Provide a CodeSandbox reproduction of the bug
example without dragConstraints
example with dragConstraints
4. Steps to reproduce
Steps to reproduce the behavior:
5. Expected behavior
The element should continue moving inside its constraints after the mouse is released
6. Video or screenshots
Bug.mov
7. Environment details
Chrome 125, macOS 14.5
The text was updated successfully, but these errors were encountered: