mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
fixed a tiny visual bug where live accuracy would show values from the previous test
This commit is contained in:
parent
63fb6c54b0
commit
7de77adb90
1 changed files with 2 additions and 0 deletions
|
@ -2838,7 +2838,9 @@ function restartTest(withSameWordset = false, nosave = false) {
|
|||
hideKeymap();
|
||||
}
|
||||
document.querySelector("#miniTimerAndLiveWpm .wpm").innerHTML = "0";
|
||||
document.querySelector("#miniTimerAndLiveWpm .acc").innerHTML = "100%";
|
||||
document.querySelector("#liveWpm").innerHTML = "0";
|
||||
document.querySelector("#liveAcc").innerHTML = "100%";
|
||||
|
||||
if (activeFunBox === "layoutfluid") {
|
||||
setLayout("qwerty");
|
||||
|
|
Loading…
Reference in a new issue