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

Do not set touchend listeners to passive #4962

Merged
merged 2 commits into from
Dec 4, 2017
Merged

Commits on Nov 29, 2017

  1. Do not set touchend listeners to passive

    `touchend` listeners do not need to be passive to enable more performant
    scrolling.
    
    With this change, most of the tradeoffs with enabling
    `passiveTouchGestures` disappear, leaving only the inability to control
    scrolling from `track`, `down`, and `move` gestures.
    
    Fixes #4961
    dfreedm committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    84fa3bf View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2017

  1. Configuration menu
    Copy the full SHA
    c5407a8 View commit details
    Browse the repository at this point in the history