Open
Description
Lexical version: v0.12.4
Steps to reproduce
- Go to https://playground.lexical.dev/.
- Click (not select) on the word ‘typing’ (you should see the text cursor blinking, a.k.a. a collapsed selection).
- Click on the ‘Insert link’ button.
The current behavior
The collapsed selection expands to the nearest HTML tags:
. Try typing in
The expected behavior
The collapsed selection should only expand to the current word:
typing
or (another solution) nothing should happen at all for collapsed selections.