Skip to content
New issue

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][TextNode] Feature: improve supporting multiple format on importDOM of TextNode #6087

Merged
merged 3 commits into from
May 11, 2024

Conversation

2wheeh
Copy link
Contributor

@2wheeh 2wheeh commented May 11, 2024

Description

Currently, when importing textNode from outside sources (or read-only mode), convertTextFormatElement function is utilized for i, em, strong, ...

However, this doesn't reflect their textFormat by style attributes unlike the handling of span in convertSpanElement.

So this PR extracts some logic from convertSpanElement and applies it to convertTextFormatElement.

Test plan

Before

default.mov

After

2024-05-11.11.13.24.mov

Copy link

vercel bot commented May 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lexical ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 11, 2024 2:37pm
lexical-playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 11, 2024 2:37pm

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label May 11, 2024
Copy link
Contributor

@acywatson acywatson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense. Thanks

@acywatson acywatson merged commit 83fd6fa into facebook:main May 11, 2024
45 checks passed
@2wheeh 2wheeh deleted the apply-text-format branch May 11, 2024 17:07
2wheeh added a commit to 2wheeh/lexical that referenced this pull request May 12, 2024
zurfyx pushed a commit that referenced this pull request May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants