mirror of
https://github.com/LucasVbr/own-workspace.git
synced 2026-05-14 01:31:58 +00:00
hotfix pause
This commit is contained in:
@@ -163,7 +163,7 @@ export default {
|
||||
}
|
||||
this.prettyTime();
|
||||
expected += interval;
|
||||
this.timeout = setTimeout(stepFunc, Math.max(0, interval - dt));
|
||||
this.timeout = setTimeout(this.countDownTimer, Math.max(0, interval - dt));
|
||||
}
|
||||
this.timeout = setTimeout(stepFunc, interval)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user