Merge pull request #962 from haeguri/fix-sample-option

Fix playground sample option
pull/1029/head
Alexandru Dima 7 years ago committed by GitHub
commit c4f9d704e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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([], [

@ -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([], [

Loading…
Cancel
Save