We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e6c0a commit 62884d1Copy full SHA for 62884d1
frontend/src/ts/test/test-input.ts
@@ -517,4 +517,5 @@ export function restart(): void {
517
correct: 0,
518
incorrect: 0,
519
};
520
+ resetKeypressTimings();
521
}
frontend/src/ts/test/test-logic.ts
@@ -291,7 +291,6 @@ export function restart(options = {} as RestartOptions): void {
291
TestStats.restart();
292
TestInput.restart();
293
TestInput.corrected.reset();
294
- TestInput.resetKeypressTimings();
295
ShiftTracker.reset();
296
AltTracker.reset();
297
Caret.hide();
0 commit comments