#31 : Wait animation finish

This commit is contained in:
Vadim
2021-07-03 00:13:00 +03:00
parent deafbfb141
commit 5f2a4c2d56
2 changed files with 1 additions and 3 deletions

View File

@@ -36,7 +36,6 @@ export class ProgressManager {
if (value > 1) {
this.reset()
onFinish()
this.start(onFinish)
}
}, stepMs)
}