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

Don't include time to run event handlers in 1000ms window. #59

Closed
wants to merge 1 commit into from

Conversation

wkeese
Copy link
Member

@wkeese wkeese commented Feb 27, 2014

In other words, ignore mousedown events that occur <1000ms after the last
touchstart handler has finished running, rather than 1000ms after the touchstart
event.

Fixes #17634.

In other words, ignore mousedown events that occur <1000ms after the last
touchstart handler has finished running, rather than 1000ms after the touchstart
event.

Fixes #17634.
@wkeese
Copy link
Member Author

wkeese commented Apr 3, 2014

I didn't get any comments on this, so I pushed it in db467f3.

@wkeese wkeese closed this Apr 3, 2014
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

1 participant