bebraw / dragjs

Simple utility to make it easier to implement drag based things (ie. sliders and such) (MIT)
http://bebraw.github.io/dragjs/
MIT License
48 stars 4 forks source link

Fix - Add a check against TouchEvent #8

Closed bebraw closed 1 year ago

bebraw commented 1 year ago

TouchEvent can be undefined in modern Firefox and Safari so it's better to add a check against it. The right fix can be found from https://github.com/survivejs/audio-katas/blob/main/solutions/utils/draggable.ts .