()
| 513 | super._setup(), this._customKeyEventHandler = void 0; |
| 514 | } |
| 515 | get buffer() { |
| 516 | return this.buffers.active; |
| 517 | } |
| 518 | focus() { |
| 519 | this.textarea && this.textarea.focus({ preventScroll: true }); |
| 520 | } |
nothing calls this directly
no outgoing calls
no test coverage detected