mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
Replay timer resets to 0 after new test
This commit is contained in:
parent
c26b36ad5e
commit
cda804ca10
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ function startReplayRecording() {
|
|||
//hide replay display if user left it open
|
||||
toggleReplayDisplay();
|
||||
}
|
||||
$("#replayStopwatch").text(0 + "s");
|
||||
replayData = [];
|
||||
replayStartTime = performance.now();
|
||||
replayRecording = true;
|
||||
|
|
Loading…
Reference in a new issue