mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-12 07:01:31 +08:00
setting focus earlier
This commit is contained in:
parent
59741896de
commit
5c8637cd3f
1 changed files with 1 additions and 1 deletions
|
|
@ -589,6 +589,7 @@ export function restart(
|
|||
},
|
||||
125,
|
||||
async () => {
|
||||
Focus.set(false);
|
||||
TestUI.focusWords();
|
||||
$("#monkey .fast").stop(true, true).css("opacity", 0);
|
||||
$("#monkey").stop(true, true).css({ animationDuration: "0s" });
|
||||
|
|
@ -687,7 +688,6 @@ export function restart(
|
|||
opacity: 1,
|
||||
});
|
||||
// resetPaceCaret();
|
||||
Focus.set(false);
|
||||
$("#typingTest")
|
||||
.css("opacity", 0)
|
||||
.removeClass("hidden")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue