Jeffrey Lu

Results 2 issues of Jeffrey Lu

The rich text plugin has an [escape key handler built in](https://github.com/facebook/lexical/blob/main/packages/lexical-rich-text/src/index.ts#L906-L916), but the plain text plugin does not. Can we have the same for the plain text editor?

enhancement
good first issue
contribution-week

## Description Adds the same escape key handler to the plain text package as exists in lexical/richtext. **Closes:** #5922 ## Test plan ### Before In the plaintext playground, pressing `Esc`...

CLA Signed