fixed restart not blocked when in long tests

This commit is contained in:
Miodec 2022-10-10 17:10:57 +02:00
parent d3ba0b70e6
commit fdce77f10d

View file

@ -698,6 +698,7 @@ export function restart(options = {} as RestartOptions): void {
});
// resetPaceCaret();
ModesNotice.update();
ManualRestart.reset();
$("#typingTest")
.css("opacity", 0)
.removeClass("hidden")