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

fix: a natural mode for an Android Chrome devices #103

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PavelShell
Copy link

Looks messy but it works at least.

Peek 2020-07-09 17-03

@jlabanca
Copy link
Contributor

@PavelShell - I ran into the same issue on Android and ended up creating PR #105 without realizing somebody had already submitted a fix. Our PRs are very similar conceptually. We both store the selection index, restore the old value, move the cursor to the selection index, then process the character removal or addition. The main difference is that I replaced the code to handle adding a character with a call to handleKeyPress(), eliminating the duplicate code.

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 this pull request may close these issues.

None yet

2 participants