TanStack / ranger

🤖 Headless utilities for building range and multi-range sliders in React, Preact, Solid, Vue, Svelte and Angular
MIT License
753 stars 63 forks source link

Fix clientX detection on touch devices #11

Closed lazyd3v closed 4 years ago

lazyd3v commented 5 years ago

At the moment, react-ranger component is not usable on touch devices, because e.clientX returns undefined. This PR fixes the problem.

Thanks @jingkai001 for raising the issue https://github.com/react-tools/react-ranger/issues/9 and providing solution