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: focus play toggle from Big Play Btn on play #4018

Merged
merged 2 commits into from
Feb 3, 2017
Merged

fix: focus play toggle from Big Play Btn on play #4018

merged 2 commits into from
Feb 3, 2017

Commits on Feb 1, 2017

  1. fix: focus play toggle from Big Play Btn on play

    If the control bar and playtoggle exist, focus the playtoggle after
    triggering play via the keyboard from the Big Play Button.
    If `play()` returns a promise, wait until it resolves to focus,
    otherwise, use a setTimeout.
    
    Fixes #2729
    gkatsev committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    4768b59 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2017

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