-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(richtext-lexical): upgrade lexical from 0.20.0 to 0.21.0. Fixes …
…table selection & scrollable table bugs (#10501) Fixes #8036 This PR upgrades lexical from 0.20.0 to 0.21.0. As stated in the docs, please ensure you're using our re-exported lexical packages instead of installing lexical directly. E.g., import from `@payloadcms/richtext-lexical/lexical` instead of `lexical`. Direct lexical imports are not supported and may break. This PR ports over all relevant PRs from the lexical playground that have been pushed between 0.20.0 and 0.21.0. This includes a lot of bug fixes related to tables, specifically scrollable tables and table selection.
- Loading branch information
Showing
13 changed files
with
441 additions
and
376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.