Skip to content

Commit

Permalink
chore: added comments for the *
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingscliq committed Oct 30, 2024
1 parent 6f7378e commit ef06f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/react-rich/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const exportMap = new Map<

const importMap: DOMConversionMap<HTMLElement> = {
'*': (element) => ({
// conversions for other elements
conversion: () => ({
node: new TextNode(element.textContent || ''),
priority: 0,
Expand Down

0 comments on commit ef06f04

Please sign in to comment.