diff --git a/src/components/Player.vue b/src/components/Player.vue index 13bbbfa..63aef16 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -68,7 +68,7 @@ }, 0) }, position: function () { - if (this.image === null) return + if (this.playing || this.image === null) return this.tmp_ctx = this.$refs.canvas.getContext('2d') this.$render() }