meandavejustice / min-vid

Popout video player in Firefox
https://testpilot.firefox.com/experiments/min-vid
Mozilla Public License 2.0
182 stars 39 forks source link

Dismiss onboarding modal with Escape key #1228

Closed jaredhirsch closed 6 years ago

jaredhirsch commented 6 years ago

Fixes #1219.

Added an escaped flag, rather than a throttle function, to handle repeated presses or a long press.

Probably unlikely that the modal would be null when the remove() method is invoked on it, but added a guard just in case.