Skip to content
New issue

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

Selecting text with the keyboard doesn't work #39

Open
anatolykopyl opened this issue Jul 9, 2022 · 0 comments · May be fixed by #40
Open

Selecting text with the keyboard doesn't work #39

anatolykopyl opened this issue Jul 9, 2022 · 0 comments · May be fixed by #40

Comments

@anatolykopyl
Copy link

Pressing shift+right or cmd+a doesn't let you highlight text as it's supposed to.
Each keyUp event triggers an innerHTML update that wipes the selection.

This can be fixed by adding a list of exception keys that will be ignored when handling the keyUp event.

@anatolykopyl anatolykopyl linked a pull request Jul 9, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant