* Triggered when the text has been changed inside the view. * @protected * @param {TextViewerView} view * @param {string} text
(view, text)
| 46 | * @param {string} text |
| 47 | */ |
| 48 | viewTextDidChange (view, text) { |
| 49 | this.dare(() => { |
| 50 | this.contentDidChange(Chain.wrap(text)) |
| 51 | }) |
| 52 | } |
| 53 | } |
no test coverage detected