mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-23 05:56:10 +08:00
fixed corrected underlines sticking around when repeating tests
This commit is contained in:
parent
4b55c03fe2
commit
73897abbaa
1 changed files with 1 additions and 0 deletions
|
@ -2462,6 +2462,7 @@ function restartTest(withSameWordset = false) {
|
|||
// afkDetected = false;
|
||||
wpmHistory = [];
|
||||
rawHistory = [];
|
||||
correctedHistory = [];
|
||||
setFocus(false);
|
||||
hideCaret();
|
||||
testActive = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue