mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Prepare for 0.7.x
This commit is contained in:
parent
67c0d408a0
commit
a88225bcf0
4 changed files with 17 additions and 18 deletions
|
|
@ -31,6 +31,10 @@ editor.addAction({
|
|||
|
||||
keybindingContext: null,
|
||||
|
||||
contextMenuGroupId: 'navigation',
|
||||
|
||||
contextMenuOrder: 1.5,
|
||||
|
||||
// Method that will be executed when the action is triggered.
|
||||
// @param editor The editor instance is passed in as a convinience
|
||||
run: function(ed) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue