You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull request #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 tag in
This would be a straightforward PR to write if you were interested, or you could override the importDOM using the html property of your EditorConfig if you needed a solution that would work without upgrading lexical. It doesn't look like any code in the monorepo is using IS_HIGHLIGHT which is likely why it was forgotten here.
Pull request #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 tag in
lexical/packages/lexical/src/nodes/LexicalTextNode.ts
Line 552 in 20e4ea1
Also the devtools do not show formatting for this new highlight feature because its mising in
lexical/packages/lexical-devtools-core/src/generateContent.ts
Line 58 in 20e4ea1
Lexical version: 0.16.1
Steps To Reproduce
The text was updated successfully, but these errors were encountered: