disable context menu

This commit is contained in:
Luck
2022-01-27 23:58:50 +00:00
parent 657e72c561
commit 565fcbe630

View File

@@ -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}