mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 15:36:42 +08:00
made sure the stats will be calculated when expert of master fails the test
This commit is contained in:
parent
8b0a9be978
commit
0a2de080b7
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ function countChars() {
|
|||
}
|
||||
|
||||
function calculateStats() {
|
||||
if (config.mode == "words") {
|
||||
if (config.mode == "words" && config.difficulty == "normal") {
|
||||
if (inputHistory.length != wordsList.length) return;
|
||||
}
|
||||
let chars = countChars();
|
||||
|
|
Loading…
Reference in a new issue