backspace is not included in keypress per second

This commit is contained in:
Jack 2020-06-24 22:23:59 +01:00
parent 1a56ae9197
commit cd70f7993d

View file

@ -1833,7 +1833,7 @@ $(document).keydown((event) => {
}
compareInput(currentWordIndex,currentInput,!config.blindMode);
}
currentKeypressCount++;
// currentKeypressCount++;
updateCaretPosition();
}
//space