mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 15:08:45 +08:00
stopping replay when restarting the test. closes #1637
This commit is contained in:
parent
ab5ecb195a
commit
301bc95a50
1 changed files with 1 additions and 0 deletions
|
@ -804,6 +804,7 @@ export function restart(
|
|||
LiveAcc.hide();
|
||||
LiveBurst.hide();
|
||||
TimerProgress.hide();
|
||||
Replay.pauseReplay();
|
||||
setBailout(false);
|
||||
PaceCaret.reset();
|
||||
$("#showWordHistoryButton").removeClass("loaded");
|
||||
|
|
Loading…
Reference in a new issue