readonly set dom property
This commit is contained in:
@@ -72,6 +72,7 @@ export default function EditorTextArea({
|
|||||||
renderLineHighlight: 'none',
|
renderLineHighlight: 'none',
|
||||||
renderValidationDecorations: false,
|
renderValidationDecorations: false,
|
||||||
readOnly,
|
readOnly,
|
||||||
|
domReadOnly: readOnly,
|
||||||
}}
|
}}
|
||||||
beforeMount={beforeMount}
|
beforeMount={beforeMount}
|
||||||
onMount={onMount}
|
onMount={onMount}
|
||||||
|
|||||||
Reference in New Issue
Block a user