diff --git a/src/components/EditorTextArea.js b/src/components/EditorTextArea.js index 5400668..b592aba 100644 --- a/src/components/EditorTextArea.js +++ b/src/components/EditorTextArea.js @@ -72,6 +72,7 @@ export default function EditorTextArea({ renderLineHighlight: 'none', renderValidationDecorations: false, readOnly, + domReadOnly: readOnly, }} beforeMount={beforeMount} onMount={onMount}