mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 09:34:35 +08:00
updating modes notice while its invisible
This commit is contained in:
parent
fa41ccc8e9
commit
af6e8867aa
1 changed files with 1 additions and 1 deletions
|
@ -541,6 +541,7 @@ export function restart(
|
|||
opacity: 1,
|
||||
});
|
||||
// resetPaceCaret();
|
||||
ModesNotice.update();
|
||||
$("#typingTest")
|
||||
.css("opacity", 0)
|
||||
.removeClass("hidden")
|
||||
|
@ -558,7 +559,6 @@ export function restart(
|
|||
if ($("#commandLineWrapper").hasClass("hidden"))
|
||||
TestUI.focusWords();
|
||||
// ChartController.result.update();
|
||||
ModesNotice.update();
|
||||
PageTransition.set(false);
|
||||
// console.log(TestStats.incompleteSeconds);
|
||||
// console.log(TestStats.restartCount);
|
||||
|
|
Loading…
Reference in a new issue