-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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(android): Fix editors mark is not inserted on insert text in android #4342
Conversation
🦋 Changeset detectedLatest commit: 8e37979 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
im testing it on the my android 9 devices and looks fine |
issue confirmed on android and can be replicated with the same steps Kapture.2021-07-06.at.10.46.36.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me.
thanks for the review @dylans |
…oid (ianstormtaylor#4342) * fix(android): Fix mark is not inputed on insert text in android * add changeset * null mark only when mark exist Co-authored-by: surya darma <[email protected]>
Description
Currently on rich text example, the mark is not inserted on the inserted text.
step to replicate:
expected: mark should be inserted with the text
Issue
#4405
Example
current example:
fix example:
Checks
yarn test
.yarn lint
. (Fix errors withyarn fix
.)yarn start
.)yarn changeset add
.)