enter cant start the test

This commit is contained in:
Jack 2021-10-02 22:56:10 +01:00
parent d2a3ed9fc6
commit 2a06111e78

View file

@ -355,6 +355,10 @@ function handleChar(char, charIndex) {
}
}
if (TestLogic.words.getCurrent()[charIndex] !== "\n" && char === "\n") {
return;
}
//start the test
if (!TestLogic.active && !TestLogic.startTest()) {
return;