-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bug: key backward cause ImageNode delete unexpected #6851
Comments
In LexicalSelection.ts removeText() function, I simply remove the node.remove line, it workes fine.
is there any suggestion to fix it ? |
I think the real reason is after delete ParagraphNode the selection should be collapsed, so in the remove.text function
will be return, the node.remove() will not run. |
update: |
The text was updated successfully, but these errors were encountered: