fix: updated extensions in read only instance of the editor (#3925)

This commit is contained in:
M. Palanikannan 2024-03-11 21:05:27 +05:30 committed by GitHub
parent 01702e9f66
commit d34df5c805
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 24 deletions

View file

@ -113,7 +113,7 @@ const DocumentReadOnlyEditor = ({
tabIndex={tabIndex}
onActionCompleteHandler={onActionCompleteHandler}
updatePageTitle={() => Promise.resolve()}
readonly={true}
readonly
editor={editor}
editorClassNames={editorClassNames}
documentDetails={documentDetails}