From bc7206589985ef3d56af8d9976f20c7aaf22ff39 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sun, 21 Feb 2021 23:00:01 +0000 Subject: [PATCH] fixed test not finishing --- src/js/script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/script.js b/src/js/script.js index 10ca21b4c..cfa602e7c 100644 --- a/src/js/script.js +++ b/src/js/script.js @@ -3015,7 +3015,6 @@ function startTest() { //times up clearTimeout(timer); hideCaret(); - testActive = false; inputHistory.push(currentInput); correctedHistory.push(currentCorrected); showResult();