illright / attractions

A pretty cool UI kit for Svelte
https://illright.github.io/attractions
MIT License
1.03k stars 37 forks source link

Slider produces errors on mobile devices #379

Closed naranjamecanica closed 6 months ago

naranjamecanica commented 6 months ago

Because the touchend event does not have any elements in the touches array, getPosition() tries to access clientX/Y on an undefined element.

aabounegm commented 6 months ago

Fixed in #380 and released in v3.7.2