Next try.

This commit is contained in:
FireMasterK 2021-04-17 01:09:08 +05:30
parent 195a2bcb58
commit abff696afd
No known key found for this signature in database
GPG key ID: 8DFF5DD33E93DB58

View file

@ -115,6 +115,10 @@ export default {
this.ui.destroy();
this.player = undefined;
this.ui = undefined;
const videoEl = document.querySelector("video");
while (videoEl.firstChild) {
videoEl.removeChild(videoEl.firstChild);
}
}
},
};