We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085c1d0 commit 8ab05b0Copy full SHA for 8ab05b0
packages/richtext-lexical/src/field/rscEntry.tsx
@@ -81,6 +81,9 @@ export const RscEntryLexicalField: React.FC<
81
if (args.admin?.hideGutter) {
82
admin.hideGutter = true
83
}
84
+ if (args.admin?.hideInsertParagraphAtEnd) {
85
+ admin.hideInsertParagraphAtEnd = true
86
+ }
87
88
const props: LexicalRichTextFieldProps = {
89
clientFeatures,
0 commit comments