appleple / react-modal-video

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

Fix escape key listener #21

Closed meabed closed 5 years ago

meabed commented 5 years ago

When component unmount, the escape key is still binded because the listeners are not the same. image

ref: https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/removeEventListener

steelydylan commented 5 years ago

@meabed thank you :)