mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-08 13:11:19 +08:00
refactor: remove old, unnecessary code
This commit is contained in:
parent
60570459cb
commit
2e78d9f066
1 changed files with 0 additions and 3 deletions
|
|
@ -275,9 +275,6 @@ function handleSpace(): void {
|
|||
return;
|
||||
}
|
||||
PaceCaret.handleSpace(false, currentWord);
|
||||
if (Config.blindMode && Config.highlightMode !== "off") {
|
||||
$("#words .word.active letter").addClass("correct");
|
||||
}
|
||||
TestInput.input.pushHistory();
|
||||
TestUI.highlightBadWord(TestUI.currentWordElementIndex, !Config.blindMode);
|
||||
TestWords.words.increaseCurrentIndex();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue