Custom paragraph node using node replacement system does not show placeholder text #3619
-
Hi, I have a custom node for a paragraph Thank you in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Having |
Beta Was this translation helpful? Give feedback.
Having
$canShowPlaceholder
to useisParagraphNode
is actually the fix for this issue. If your custom nodeMyParagraphNode
is extending lexical'sParagraphNode
as you say, then it is an instance of it.