Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent snap back issue on mobile
If `preventDefault` isn't called touch event propogates through to mouse event and `onSliderMouseDown` is called. This in turn calls `forceValueFromPosition` which can regularly cause thumb to snap back at the end of touch event.
- Loading branch information