mirari / vue-fullscreen

A simple Vue.js component for fullscreen
MIT License
439 stars 50 forks source link

fix: check status when call `exitFullscreen` #16

Closed tweet closed 5 years ago

tweet commented 5 years ago

When upgraded to Chrome 71+, user click the component which not in fullscreen mode will report error Uncaught (in promise) TypeError: Document not active, so we need check the status before call the exitFullscreen function.