updating modes notice while its invisible

This commit is contained in:
Miodec 2022-02-19 13:37:50 +01:00
parent fa41ccc8e9
commit af6e8867aa

View file

@ -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);