diff --git a/public/js/script.js b/public/js/script.js index ca5d54813..dbfbba898 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -3733,7 +3733,7 @@ $(document).keypress(function (event) { } } - currentInput += event["key"]; + if(currentInput.length < wordsList[currentWordIndex].length + 20) currentInput += event["key"]; setFocus(true); stopCaretAnimation(); activeWordTopBeforeJump = activeWordTop;