Skip to content

Commit

Permalink
minor - update docs for onTextInput
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Apr 27, 2016
1 parent 5b1dfac commit 651bc57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/editor/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ const CALLBACK_QUEUES = {
* position or selection have changed. This hook can be used with
* {@link Editor#activeMarkups} and {@link Editor#activeSections} to implement
* a custom toolbar.
* * {@link Editor#onTextInput} -- Register callbacks when the user enters text
* that matches a given string or regex.
*/
class Editor {
/**
Expand Down

0 comments on commit 651bc57

Please sign in to comment.