Closed bebraw closed 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 .
TouchEvent
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 .