Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jan 4, 2019
1 parent 89806c1 commit e579d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ window.MonacoEnvironment = {
| ------------------ | --------------------------- | ------------------------------------------- |
| `editorDidMount` | | IStandaloneCodeEditor |
| `contextMenu` | onContextMenu | IEditorMouseEvent |
| `blur` | onDidBlurEditor | |
| `blur` | onDidBlurEditorWidget | |
| `blurText` | onDidBlurEditorText | |
| `configuration` | onDidBlurEditorText | IConfigurationChangedEvent |
| `position` | onDidChangeCursorPosition | ICursorPositionChangedEvent |
Expand All @@ -146,7 +146,7 @@ window.MonacoEnvironment = {
| `modelLanguage` | onDidChangeModelLanguage | IModelLanguageChangedEvent |
| `modelOptions` | onDidChangeModelOptions | IModelOptionsChangedEvent |
| `afterDispose` | onDidDispose | |
| `focus` | onDidFocusEditor | |
| `focus` | onDidFocusEditorWidget | |
| `focusText` | onDidFocusEditorText | |
| `layout` | onDidLayoutChange | EditorLayoutInfo |
| `scroll` | onDidScrollChange | IScrollEvent |
Expand Down

0 comments on commit e579d45

Please sign in to comment.