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 a is added as a child of a parent element, and that parent element has an 'onMouseUp' event handler that stops propagation, the slider continues to call its "onChange" event after the user stops interacting with the Slider itself.
When a is added as a child of a parent element, and that parent element has an 'onMouseUp' event handler that stops propagation, the slider continues to call its "onChange" event after the user stops interacting with the Slider itself.
This problem is reproduced here:
https://codesandbox.io/p/sandbox/rc-slider-mouseup-cvx3j8
The text was updated successfully, but these errors were encountered: