You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I’m just explaining the details of the problem for whoever works on it or if you want to try and work around it. It gets stuck because there’s just one text node that doesn’t have any special mode flags like token or segment, it’s not super easy to fix because you also can’t put an empty text node next to it with no code format, because that would just get removed during reconciliation. The editor doesn’t really see it any differently than bold text or blue text, you can’t “escape” that without explicitly changing the format either.
Lexical version:
v0.23.0
Steps To Reproduce
Screen.Recording.2025-01-08.at.11.31.24.mov
The issue exists only when you've not escaped the code before. An example of it working fine (I was able to escape with the right arrow):
Screen.Recording.2025-01-08.at.11.36.39.mov
The current behavior
Can't escape the inline code
The expected behavior
Can escape the inline code
Impact of fix
It's an edge case, sure, but it could be quite frustrating because you have to delete the whole code node to eliminate it.
The text was updated successfully, but these errors were encountered: