mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-06 11:01:00 +08:00
parent
06b17cb09e
commit
4b863d6502
1 changed files with 3 additions and 0 deletions
|
|
@ -360,6 +360,9 @@ export function restart(
|
|||
) {
|
||||
withSameWordset = true;
|
||||
}
|
||||
if (TestState.isRepeated) {
|
||||
withSameWordset = true;
|
||||
}
|
||||
|
||||
TestInput.pushKeypressesToHistory();
|
||||
const testSeconds = TestStats.calculateTestSeconds(performance.now());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue