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

perf(focus-monitor): use passive touch listener #7957

Merged
merged 1 commit into from
Nov 2, 2017

Commits on Oct 22, 2017

  1. perf(focus-monitor): use passive touch listener

    The `FocusMonitor` works by binding a `touchstart` (as well as some other events) listener to the `document` in order to keep track of focus. These changes make the `touchstart` listener `passive`, which means that on supported browsers it won't block rendering and should make scrolling smoother.
    crisbeto committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    031ce6d View commit details
    Browse the repository at this point in the history