mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-03-04 19:45:17 +08:00
hiding timer when restarting
This commit is contained in:
parent
8abc65c678
commit
0889d7d3e1
1 changed files with 1 additions and 0 deletions
|
|
@ -1508,6 +1508,7 @@ function restartTest(withSameWordset = false) {
|
|||
hideCaret();
|
||||
testActive = false;
|
||||
hideLiveWpm();
|
||||
hideTimer();
|
||||
keypressPerSecond = [];
|
||||
currentKeypressCount = 0;
|
||||
errorsPerSecond = [];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue