mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
Merge pull request #2772 from MasterOdin/patch-1
Remove return from example addAction
This commit is contained in:
commit
6535feb2a5
1 changed files with 0 additions and 1 deletions
|
|
@ -48,6 +48,5 @@ editor.addAction({
|
|||
// @param editor The editor instance is passed in as a convenience
|
||||
run: function (ed) {
|
||||
alert("i'm running => " + ed.getPosition());
|
||||
return null;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue