fix(richtext-lexical): setting hideInsertParagraphAtEnd to true did not hide insert paragraph button (#10581)
This commit is contained in:
@@ -81,6 +81,9 @@ export const RscEntryLexicalField: React.FC<
|
||||
if (args.admin?.hideGutter) {
|
||||
admin.hideGutter = true
|
||||
}
|
||||
if (args.admin?.hideInsertParagraphAtEnd) {
|
||||
admin.hideInsertParagraphAtEnd = true
|
||||
}
|
||||
|
||||
const props: LexicalRichTextFieldProps = {
|
||||
clientFeatures,
|
||||
|
||||
Reference in New Issue
Block a user