Skip to content

Commit 2e78d9f

Browse files
committed
refactor: remove old, unnecessary code
1 parent 6057045 commit 2e78d9f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

frontend/src/ts/controllers/input-controller.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,6 @@ function handleSpace(): void {
275275
return;
276276
}
277277
PaceCaret.handleSpace(false, currentWord);
278-
if (Config.blindMode && Config.highlightMode !== "off") {
279-
$("#words .word.active letter").addClass("correct");
280-
}
281278
TestInput.input.pushHistory();
282279
TestUI.highlightBadWord(TestUI.currentWordElementIndex, !Config.blindMode);
283280
TestWords.words.increaseCurrentIndex();

0 commit comments

Comments
 (0)