#31 : Reset progress on destroy

This commit is contained in:
Vadim
2021-07-03 00:25:56 +03:00
parent 6dee586639
commit 158a7489b2
2 changed files with 1 additions and 2 deletions

View File

@@ -51,6 +51,4 @@ export class ProgressManager {
reset() {
clearInterval(this.#interval)
}
// TODO: add on destroy
}