We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6057045 commit 2e78d9fCopy full SHA for 2e78d9f
1 file changed
frontend/src/ts/controllers/input-controller.ts
@@ -275,9 +275,6 @@ function handleSpace(): void {
275
return;
276
}
277
PaceCaret.handleSpace(false, currentWord);
278
- if (Config.blindMode && Config.highlightMode !== "off") {
279
- $("#words .word.active letter").addClass("correct");
280
- }
281
TestInput.input.pushHistory();
282
TestUI.highlightBadWord(TestUI.currentWordElementIndex, !Config.blindMode);
283
TestWords.words.increaseCurrentIndex();
0 commit comments