disabled quick end for korean

closes #3563
This commit is contained in:
Miodec 2022-09-20 15:04:20 +02:00
parent e8a9c870d3
commit 74362f8230

View file

@ -602,6 +602,7 @@ function handleChar(
if (
(currentWord === TestInput.input.current ||
(Config.quickEnd &&
!Config.language.startsWith("korean") &&
currentWord.length === TestInput.input.current.length &&
Config.stopOnError == "off")) &&
lastIndex === TestWords.words.length - 1