MCPcopy
hub / github.com/codeaashu/claude-code / _handleTextAreaBlur

Method _handleTextAreaBlur

src/server/web/public/terminal.js:531–533  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);

Callers 1

openMethod · 0.95

Calls 3

refreshMethod · 0.95
triggerDataEventMethod · 0.80
fireMethod · 0.80

Tested by

no test coverage detected