(e3)
| 522 | e3 ? !this._accessibilityManager.value && this._renderService && (this._accessibilityManager.value = this._instantiationService.createInstance(M.AccessibilityManager, this)) : this._accessibilityManager.clear(); |
| 523 | } |
| 524 | _handleTextAreaFocus(e3) { |
| 525 | this.coreService.decPrivateModes.sendFocus && this.coreService.triggerDataEvent(D.C0.ESC + "[I"), this.element.classList.add("focus"), this._showCursor(), this._onFocus.fire(); |
| 526 | } |
| 527 | blur() { |
| 528 | var _a; |
| 529 | return (_a = this.textarea) == null ? void 0 : _a.blur(); |
no test coverage detected