can only show result if test is not active

This commit is contained in:
Miodec 2021-02-21 22:25:02 +00:00
parent 358c4e4800
commit 29acb12a4c

View file

@ -1872,6 +1872,7 @@ function failTest() {
let resultCalculating = false;
function showResult(difficultyFailed = false) {
if (!testActive) return;
if (config.mode == "zen" && currentInput.length != 0) {
inputHistory.push(currentInput);
correctedHistory.push(currentCorrected);