Comment editor rendering props

This commit is contained in:
Philipinho 2025-01-16 12:43:09 +00:00
parent 13e5288127
commit 9a469e70b4

View File

@ -48,6 +48,8 @@ const CommentEditor = forwardRef(
},
content: defaultContent,
editable,
immediatelyRender: true,
shouldRerenderOnTransaction: false,
autofocus: (autofocus && "end") || false,
});