fix screencast start race.

This commit is contained in:
Miroslav Šedivý 2022-03-19 00:24:52 +01:00
parent a58ae0b95f
commit 67c62a1516

View File

@ -66,8 +66,9 @@
} }
start() { start() {
this.continue = true
if (!this.running) { if (!this.running) {
this.continue = true
setTimeout(this.loop, 0) setTimeout(this.loop, 0)
} }
} }