fix(caret): invisible caret when quick restarting

This commit is contained in:
Miodec 2025-10-17 19:48:15 +02:00
parent 79b79e0519
commit c4ffa5febb

View file

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