mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
fix(caret): invisible caret when quick restarting
This commit is contained in:
parent
79b79e0519
commit
c4ffa5febb
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ export function restart(options = {} as RestartOptions): void {
|
|||
|
||||
const isWordsFocused = $("#wordsInput").is(":focus");
|
||||
if (isWordsFocused) OutOfFocus.hide();
|
||||
TestUI.focusWords();
|
||||
TestUI.focusWords(true);
|
||||
|
||||
$("#typingTest")
|
||||
.css("opacity", 0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue