Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix touch support #17

Merged
merged 1 commit into from May 13, 2020
Merged

Conversation

matt-kimball
Copy link
Contributor

The SINGLETOUCH path on 'touchstart' referenced an undefined
variable 'touch', rather than pulling it from the 'changedTouches'
list.

'touchend' handler was calling an undefined 'onEnd' handler,
rather than the 'onRelease' handler used by the mouse path.

The SINGLETOUCH path on 'touchstart' referenced an undefined
variable 'touch', rather than pulling it from the 'changedTouches'
list.

'touchend' handler was calling an undefined 'onEnd' handler,
rather than the 'onRelease' handler used by the mouse path.
Copy link
Owner

@cstoquer cstoquer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome.
Thanks for this fix!

@cstoquer cstoquer merged commit bbe9f8b into cstoquer:master May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants