fix: updated extensions in read only instance of the editor (#3925)
This commit is contained in:
parent
01702e9f66
commit
d34df5c805
3 changed files with 24 additions and 24 deletions
|
|
@ -113,7 +113,7 @@ const DocumentReadOnlyEditor = ({
|
|||
tabIndex={tabIndex}
|
||||
onActionCompleteHandler={onActionCompleteHandler}
|
||||
updatePageTitle={() => Promise.resolve()}
|
||||
readonly={true}
|
||||
readonly
|
||||
editor={editor}
|
||||
editorClassNames={editorClassNames}
|
||||
documentDetails={documentDetails}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue