mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-02-04 14:39:02 +08:00
parent
e8a9c870d3
commit
74362f8230
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue