initialising pace caret later so that the reset position function doesnt fail

This commit is contained in:
Miodec 2021-05-16 00:49:21 +01:00
parent 0cc6694c15
commit 1e0a0f7821

View file

@ -756,9 +756,9 @@ export function restart(
Replay.stopReplayRecording();
words.resetCurrentIndex();
input.reset();
PaceCaret.init();
TestUI.showWords();
Funbox.activate();
PaceCaret.init();
}
if (Config.mode === "quote") {
setRepeated(false);