diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue index 248a6640..3a8e029a 100644 --- a/src/components/WatchVideo.vue +++ b/src/components/WatchVideo.vue @@ -372,10 +372,12 @@ export default { deactivated() { this.active = false; window.removeEventListener("scroll", this.handleScroll); + this.dismiss(); }, unmounted() { window.removeEventListener("scroll", this.handleScroll); window.removeEventListener("click", this.handleClick); + this.dismiss(); }, methods: { fetchVideo() {