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 0618944 commit dbbffc3Copy full SHA for dbbffc3
frontend/src/ts/test/test-ui.ts
@@ -856,7 +856,7 @@ export async function updateWordLetters({
856
`<letter class="incorrect ${tabChar}${nlChar}">` +
857
(Config.indicateTypos === "replace" ||
858
Config.indicateTypos === "both"
859
- ? inputChars[i] === " " || inputChars[i] === "\t"
+ ? inputChars[i] === "\t"
860
? "_"
861
: inputChars[i]
862
: currentLetter) +
0 commit comments