Files
einfach-produktiv/app
Marco 59b73f6f1f fix(RichText): render real Lexical blockquote shape, not nested paragraphs
QuoteNode's children are flat text/linebreak nodes directly (confirmed
by reading @lexical/rich-text's source — insertNewAfter exits the quote
into a new paragraph on Enter, it doesn't nest one inside). The "quote"
case assumed nested paragraph children, which only happened to work for
this session's own hand-authored seed JSON; any blockquote actually
typed in the Payload admin editor rendered blank, since child.children
was undefined on a plain text/linebreak node.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-19 21:37:35 +00:00
..
2026-07-19 17:00:07 +00:00
2026-07-19 17:00:07 +00:00