enable shouldRerenderOnTransaction
This commit is contained in:
parent
30acc6676a
commit
a812cdcf15
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ export default function PageEditor({
|
|||
extensions,
|
||||
editable,
|
||||
immediatelyRender: true,
|
||||
shouldRerenderOnTransaction: false,
|
||||
shouldRerenderOnTransaction: true,
|
||||
editorProps: {
|
||||
scrollThreshold: 80,
|
||||
scrollMargin: 80,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue