From 651bc57b491fff837ba966cb90ff1d6346881169 Mon Sep 17 00:00:00 2001 From: Cory Forsyth Date: Wed, 27 Apr 2016 11:19:12 -0400 Subject: [PATCH] minor - update docs for onTextInput --- src/js/editor/editor.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/editor/editor.js b/src/js/editor/editor.js index 4392806c0..a65d7c182 100644 --- a/src/js/editor/editor.js +++ b/src/js/editor/editor.js @@ -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 { /**