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][lexical-devtools-core][lexical-playground] Bug Fix: fix TextNode importDom highlight formatting #6518

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 13, 2024

  1. Fix TextNode highlight formatting importDom

    Pull request facebook#3583 by @moy2010 added a new textformat (which is helpful), but if we use HTML to serialize it gets lost because importDOM is not parsing the mark.
    
    - Added the missing mark entry
    - Added a highlight formatting menu entry to playground for manual testing (including icon, and CSS theme)
    - added the missing entry in devtools to show format: highlight
    - added a test to check for mark on html past
    bfritscher committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ec27c36 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    0e2371c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    036180b View commit details
    Browse the repository at this point in the history