-
-
Notifications
You must be signed in to change notification settings - Fork 777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Touchend firing twice (I think) #361
Comments
duplicate |
@sciku1 Try 8.6.1 |
@yesmeck I am using 8.6.4. Still |
I just noticed the issue as well on 8.6.4. From what i can see onAfterChange is fired again from onEnd when the slider loses focus https://github.com/react-component/slider/blob/master/src/Slider.jsx#L97 |
I'm experiencing this issue in 8.6.9 which is causing the slider to pop back to the initial value. |
I've got this piece of code:
On mobile, if I tap instead of drag the slider afterChange gets called twice. I believe this is a bug.
The text was updated successfully, but these errors were encountered: