mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
initialising pace caret later so that the reset position function doesnt fail
This commit is contained in:
parent
0cc6694c15
commit
1e0a0f7821
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue