We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pressing Backspace in the navigation can result in 2 characters being removed instead of one.
The text was updated successfully, but these errors were encountered:
Likely an issue with the character count integer becoming desynced from the character array. Will look into it.
Sorry, something went wrong.
It seems to be more to do with how the backspace is handled, like it can execute either too fast or twice in one frame.
No branches or pull requests
Pressing Backspace in the navigation can result in 2 characters being removed instead of one.
The text was updated successfully, but these errors were encountered: