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 { /**