appleple / react-modal-video

Accessible React Modal Video Component
https://appleple.github.io/react-modal-video/
MIT License
177 stars 86 forks source link

Call `this.onClose` after pressing <Escape> key #19

Closed reblws closed 6 years ago

reblws commented 6 years ago

Before this change, the modal would not call the provided onClose prop if the user pressed Escape.

steelydylan commented 6 years ago

@reblws Thank you :)