diff --git a/src/js/test/test-logic.js b/src/js/test/test-logic.js index 1a4312da5..3e3d9bc5e 100644 --- a/src/js/test/test-logic.js +++ b/src/js/test/test-logic.js @@ -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")