biodiv / contactjs

Pointer gestures for your webapp
MIT License
77 stars 6 forks source link

Add Proper Handling for `undefined` Pointer in `onPointerUp` #38

Closed SE2Dev closed 1 year ago

SE2Dev commented 1 year ago

v1.4.1 currently has an issue where removedPointer.onUp(pointerupEvent); in onPointerUp can throw an error due to removedPointer being undefined.

I've addressed this in this PR, but it would need to be released as v1.4.2.

I've created a new branch called v1.x which can contain any backported fixes for the v1.x series of releases.