leongersen / noUiSlider

noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies.
https://refreshless.com/nouislider/
MIT License
5.66k stars 659 forks source link

Cast to any when getting pointerEnabled/msPointerEnabled properties #1174

Closed d-torrance closed 2 years ago

d-torrance commented 2 years ago

These have been removed in recent TypeScript versions, and so we may get "does not exist" errors.

Closes: #1164

leongersen commented 2 years ago

Thank you!