appleple / react-modal-video

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

Small update to https://appleple.github.io/react-modal-video/ demo code #6

Closed victorandcode closed 5 years ago

victorandcode commented 6 years ago

Thanks for this project! Just to avoid confusion, could you please add this piece

onClose={() => this.setState({isOpen: false})} 

to the https://appleple.github.io/react-modal-video/ demo code?

steelydylan commented 6 years ago

Hi @victor-cordova I just added the code to the demo page Thank you :)