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
When text is selected and the delete key is pressed, it will delete the selection but also one character that preceded the selection as well.
Only the selection should be deleted after pressing delete.
The text was updated successfully, but these errors were encountered:
(fix: #32) Fix Deleting Selected Range (#33)
80911be
Fix selected range deletion
Successfully merging a pull request may close this issue.
Description
When text is selected and the delete key is pressed, it will delete the selection but also one character that preceded the selection as well.
To Reproduce
Expected Behavior
Only the selection should be deleted after pressing delete.
Screenshots
Screen.Recording.2024-05-17.at.2.49.26.PM.mov
The text was updated successfully, but these errors were encountered: