#45 : Update autoplay

This commit is contained in:
Vadim
2021-07-18 13:27:06 +03:00
parent b6532bc2c0
commit 36d431e173
2 changed files with 16 additions and 8 deletions

View File

@@ -51,5 +51,6 @@ export class ProgressManager {
reset() {
clearInterval(this.#interval)
this.#onProgressValueChange(1)
}
}