Replies: 1 comment
-
Already discussed in #5757 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to support emoji in my lexical editor. Followed some example in the playground repo, got it working, but ran into an issue that: after the new emoji node replaces the text, the caret jumps back to the beginning, see the screen recording. Any idea how do I correctly move the caret to the end of the newly added emoji? Thanks in advance!
jumpping.caret.mov
Here's the relevant emoji plugin code:
Beta Was this translation helpful? Give feedback.
All reactions