()
| 529 | return (_a = this.textarea) == null ? void 0 : _a.blur(); |
| 530 | } |
| 531 | _handleTextAreaBlur() { |
| 532 | this.textarea.value = "", this.refresh(this.buffer.y, this.buffer.y), this.coreService.decPrivateModes.sendFocus && this.coreService.triggerDataEvent(D.C0.ESC + "[O"), this.element.classList.remove("focus"), this._onBlur.fire(); |
| 533 | } |
| 534 | _syncTextArea() { |
| 535 | if (!this.textarea || !this.buffer.isCursorInViewport || this._compositionHelper.isComposing || !this._renderService) return; |
| 536 | const e3 = this.buffer.ybase + this.buffer.y, t3 = this.buffer.lines.get(e3); |
no test coverage detected