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
On Android devices, when typing a word character after a TextNode or DecoratorNode, parts of the previous Node are inserted into the editor:
TextNode
DecoratorNode
Lexical version: 0.11.1
@a
a
The last word of the previous LexicalNode is inserted into the editor.
No content of the previous LexicalNode should be inserted into the editor.
The text was updated successfully, but these errors were encountered:
I also have the same problem
Sorry, something went wrong.
No branches or pull requests
On Android devices, when typing a word character after a
TextNode
orDecoratorNode
, parts of the previous Node are inserted into the editor:Lexical version: 0.11.1
Steps To Reproduce
@a
and select the first suggestiona
The current behavior
The last word of the previous LexicalNode is inserted into the editor.
The expected behavior
No content of the previous LexicalNode should be inserted into the editor.
The text was updated successfully, but these errors were encountered: