Skip to content

Conversation

@Leonabcd123
Copy link
Contributor

@Leonabcd123 Leonabcd123 commented Dec 5, 2025

Description

When indicate typos is set to replace or to both, make sure to have tabs replaced with _.

Current behavior is that the literal tab character replaces the char, making it disappear.

@monkeytypegeorge monkeytypegeorge added the frontend User interface or web stuff label Dec 5, 2025
@Leonabcd123
Copy link
Contributor Author

Leonabcd123 commented Dec 5, 2025

Also, I'm pretty sure that checking whether inputChars[i] === " " is useless, as inputChars will never contain a space (inputChars is just input split into characters, input is TestInput.input.current, and TestInput.input.current will be empty after a space).

There's this one time where input is inputOverride, and that should be just TestInput.input.current + options.data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend User interface or web stuff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants