diff --git a/src/components/Video.vue b/src/components/Video.vue index 42eb408..8043f78 100644 --- a/src/components/Video.vue +++ b/src/components/Video.vue @@ -230,7 +230,7 @@ export default { let video = this.$refs.video video.currentTime = this.currentTime video.play() - this.$stopPropagation(e) + // this.$stopPropagation(e) }, }