mirror of
https://github.com/LucasVbr/own-workspace.git
synced 2026-05-19 10:53:19 +00:00
hotfix pause
This commit is contained in:
@@ -163,7 +163,7 @@ export default {
|
|||||||
}
|
}
|
||||||
this.prettyTime();
|
this.prettyTime();
|
||||||
expected += interval;
|
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)
|
this.timeout = setTimeout(stepFunc, interval)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user