-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Bug Fix: Enable Selective Removal Within Linked Text #7943
Copy link
Copy link
Closed
Description
When attempting to remove part of a linked word, lexical will remove the link from the entire text rather than just the selected portion. This forces the user to reapply the link to the intended text.
Lexical version: 0.32.1
Steps To Reproduce
- Write some text and select it.
- Apply a link to the text.
- Select a portion of that.
- Try to unlink a portion of the text.
- The entire link text will become unlinked and not the selected portion.
The current behavior
When selecting a portion of the text to unlink, it unlinks the entire text.
The expected behavior
If I'm selecting a portion of the linked text, like some extra space for example, I expect only that portion of the text to be unlinked.
Impact of fix
This happens anytime I want to unlink text
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels