mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Merge pull request #962 from haeguri/fix-sample-option
Fix playground sample option
This commit is contained in:
commit
c4f9d704e5
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue