diff --git a/src/component/screencast.vue b/src/component/screencast.vue index 58c299de..5e6c14fd 100644 --- a/src/component/screencast.vue +++ b/src/component/screencast.vue @@ -66,8 +66,9 @@ } start() { + this.continue = true + if (!this.running) { - this.continue = true setTimeout(this.loop, 0) } }