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

Method _handleTextAreaFocus

src/server/web/public/terminal.js:524–526  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

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

Callers 1

openMethod · 0.95

Calls 4

_showCursorMethod · 0.95
triggerDataEventMethod · 0.80
fireMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected