MCPcopy Index your code
hub / github.com/codeaashu/claude-code / compositionupdate

Method compositionupdate

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

Source from the content-addressed store, hash-verified

1119 this._isComposing = true, this._compositionPosition.start = this._textarea.value.length, this._compositionView.textContent = "", this._dataAlreadySent = "", this._compositionView.classList.add("active");
1120 }
1121 compositionupdate(e3) {
1122 this._compositionView.textContent = e3.data, this.updateCompositionElements(), setTimeout((() => {
1123 this._compositionPosition.end = this._textarea.value.length;
1124 }), 0);
1125 }
1126 compositionend() {
1127 this._finalizeComposition(true);
1128 }

Callers 1

_bindKeysMethod · 0.80

Calls 1

Tested by

no test coverage detected