Skip to content

Commit

Permalink
add onTextInput to Editor Lifecycle Hook section
Browse files Browse the repository at this point in the history
closes #398
  • Loading branch information
martinklepsch committed May 12, 2016
1 parent 53acef3 commit 101e639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ The available lifecycle hooks are:
edited post.
* `editor.cursorDidChange()` - When the cursor (or selection) changes as a result of arrow-key
movement or clicking in the document.
* `editor.onTextInput()` - When the user adds text to the document (see [example](https://github.com/bustlelabs/mobiledoc-kit#responding-to-text-input))

### Programmatic Post Editing

Expand Down

0 comments on commit 101e639

Please sign in to comment.