Skip to content

Commit

Permalink
Merge pull request #962 from haeguri/fix-sample-option
Browse files Browse the repository at this point in the history
Fix playground sample option
  • Loading branch information
alexdima authored Aug 8, 2018
2 parents 14f6229 + dc76b1f commit c4f9d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
value: jsCode,
language: "javascript",
glyphMargin: true,
nativeContextMenu: false
contextmenu: false
});

var decorations = editor.deltaDecorations([], [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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([], [
Expand Down

0 comments on commit c4f9d70

Please sign in to comment.