Skip to content

Commit

Permalink
Fix bold italic exportDOM (facebook#3584)
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm authored Dec 18, 2022
1 parent 3ef60df commit d261e12
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/lexical-playground/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function prepopulatedRichText() {
const quote = $createQuoteNode();
quote.append(
$createTextNode(
`In case you were wondering what the black box at the bottom is – it's the debug view, showing the current state of editor. ` +
`In case you were wondering what the black box at the bottom is – it's the debug view, showing the current state of the editor. ` +
`You can disable it by pressing on the settings control in the bottom-left of your screen and toggling the debug view setting.`,
),
);
Expand Down
Loading

0 comments on commit d261e12

Please sign in to comment.