You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Split.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ render(
67
67
| onPaste || Function | Triggered by editor `paste` event, and passes text as argument |
68
68
| onSelectionChange || Function | triggered by editor `selectionChange` event, and passes a [Selection](https://ace.c9.io/#nav=api&api=selection) as it's first argument and the event as the second |
69
69
| onCursorChange || Function | triggered by editor `changeCursor` event, and passes a [Selection](https://ace.c9.io/#nav=api&api=selection) as it's first argument and the event as the second |
70
-
| onFocus || Function | triggered by editor `focus`, and passes the event as it's first argument and index of the editor focused as the second event|
70
+
| onFocus || Function | triggered by editor `focus` event, and passes the index of the edifor focused as it's first argument and the event as the second |
71
71
| onBlur || Function | triggered by editor `blur` event |
72
72
| onInput || Function | triggered by editor `input` event |
73
73
| onScroll || Function | triggered by editor `scroll` event |
0 commit comments