diff --git a/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html b/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html index 57f700e6..386f1c03 100644 --- a/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html +++ b/test/playground.generated/interacting-with-the-editor-listening-to-mouse-events.html @@ -60,7 +60,7 @@ var editor = monaco.editor.create(document.getElementById("container"), { value: jsCode, language: "javascript", glyphMargin: true, - nativeContextMenu: false + contextmenu: false }); var decorations = editor.deltaDecorations([], [ diff --git a/website/playground/new-samples/interacting-with-the-editor/listening-to-mouse-events/sample.js b/website/playground/new-samples/interacting-with-the-editor/listening-to-mouse-events/sample.js index f2d3f88b..7757b9ba 100644 --- a/website/playground/new-samples/interacting-with-the-editor/listening-to-mouse-events/sample.js +++ b/website/playground/new-samples/interacting-with-the-editor/listening-to-mouse-events/sample.js @@ -14,7 +14,7 @@ var editor = monaco.editor.create(document.getElementById("container"), { value: jsCode, language: "javascript", glyphMargin: true, - nativeContextMenu: false + contextmenu: false }); var decorations = editor.deltaDecorations([], [