mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-01 21:15:15 +08:00
fixed restart not blocked when in long tests
This commit is contained in:
parent
d3ba0b70e6
commit
fdce77f10d
1 changed files with 1 additions and 0 deletions
|
|
@ -698,6 +698,7 @@ export function restart(options = {} as RestartOptions): void {
|
|||
});
|
||||
// resetPaceCaret();
|
||||
ModesNotice.update();
|
||||
ManualRestart.reset();
|
||||
$("#typingTest")
|
||||
.css("opacity", 0)
|
||||
.removeClass("hidden")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue