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

Avoid mutation of already notified touch events when mousemoving. #249

Closed
wants to merge 1 commit into
base: master
from

Conversation

Projects
None yet
1 participant
@grumpyjames

grumpyjames commented May 20, 2015

Instead, replace the appropriate touch event with a new one with updated XY.

This should fix issue #248.

Avoid mutation of already notified touch events when mousemoving.
Instead, replace the appropriate touch event with a new one with updated XY.
@grumpyjames

This comment has been minimized.

Show comment
Hide comment
@grumpyjames

grumpyjames Jan 13, 2016

Looks like the underlying code is in transit anyway; I'll close this.

grumpyjames commented Jan 13, 2016

Looks like the underlying code is in transit anyway; I'll close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment