We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lexical version: v0.23.1
In the playground:
No text styles are applied
This is due to an early return in $forEachSelectedTextNode that requires a RangeSelection.
$patchStyleText should merge the new styles when provided with a TableSelection
$patchStyleText
Limits the usability of tables
The text was updated successfully, but these errors were encountered:
Duplicate of #7076
Sorry, something went wrong.
No branches or pull requests
Lexical version: v0.23.1
Steps To Reproduce
In the playground:
CleanShot.2025-01-24.at.15.46.42.mp4
The current behavior
No text styles are applied
This is due to an early return in $forEachSelectedTextNode that requires a RangeSelection.
The expected behavior
$patchStyleText
should merge the new styles when provided with a TableSelectionImpact of fix
Limits the usability of tables
The text was updated successfully, but these errors were encountered: