disable context menu
This commit is contained in:
@@ -73,6 +73,7 @@ export default function EditorTextArea({
|
|||||||
renderValidationDecorations: false,
|
renderValidationDecorations: false,
|
||||||
readOnly,
|
readOnly,
|
||||||
domReadOnly: readOnly,
|
domReadOnly: readOnly,
|
||||||
|
contextmenu: false,
|
||||||
}}
|
}}
|
||||||
beforeMount={beforeMount}
|
beforeMount={beforeMount}
|
||||||
onMount={onMount}
|
onMount={onMount}
|
||||||
|
|||||||
Reference in New Issue
Block a user