mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
Merge branch 'repeat-caret-pace' of https://github.com/Estebene/monkeytype into repeat-caret-pace
This commit is contained in:
commit
4c40a04c16
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