* Gets text input * @returns {HTMLElement}
()
| 841 | * @returns {HTMLElement} |
| 842 | */ |
| 843 | function getInput() { |
| 844 | return input || editorManager.editor.contentDOM; |
| 845 | } |
| 846 | |
| 847 | function setQuicktoolsUsed() { |
| 848 | clearTimeout(quickToolUsedTimeout); |
no outgoing calls
no test coverage detected