()
| 516 | return this.buffers.active; |
| 517 | } |
| 518 | focus() { |
| 519 | this.textarea && this.textarea.focus({ preventScroll: true }); |
| 520 | } |
| 521 | _handleScreenReaderModeOptionChange(e3) { |
| 522 | e3 ? !this._accessibilityManager.value && this._renderService && (this._accessibilityManager.value = this._instantiationService.createInstance(M.AccessibilityManager, this)) : this._accessibilityManager.clear(); |
| 523 | } |
no outgoing calls
no test coverage detected