mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-11 00:03:44 +08:00
improved restart test button animation
This commit is contained in:
parent
bc669db5aa
commit
20dc142be0
1 changed files with 1 additions and 0 deletions
|
@ -2808,6 +2808,7 @@ function restartTest(withSameWordset = false, nosave = false) {
|
|||
paceCaret = null;
|
||||
if (paceCaret !== null) clearTimeout(paceCaret.timeout);
|
||||
$("#showWordHistoryButton").removeClass("loaded");
|
||||
focusWords();
|
||||
keypressPerSecond = [];
|
||||
lastSecondNotRound = false;
|
||||
currentKeypress = {
|
||||
|
|
Loading…
Reference in a new issue