mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 15:36:42 +08:00
fixed the input history button remaining visible during the test
This commit is contained in:
parent
4ed1f0679c
commit
f54916ea29
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,6 @@ function restartTest() {
|
|||
clearIntervals();
|
||||
time = 0;
|
||||
afkDetected = false;
|
||||
resultVisible = false;
|
||||
wpmHistory = [];
|
||||
setFocus(false);
|
||||
hideCaret();
|
||||
|
@ -658,6 +657,7 @@ function restartTest() {
|
|||
$("#showWordHistoryButton").addClass('hidden');
|
||||
});
|
||||
}
|
||||
resultVisible = false;
|
||||
|
||||
el.stop(true, true).animate({
|
||||
opacity: 0
|
||||
|
|
Loading…
Reference in a new issue