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

Method compositionend

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

Source from the content-addressed store, hash-verified

1124 }), 0);
1125 }
1126 compositionend() {
1127 this._finalizeComposition(true);
1128 }
1129 keydown(e3) {
1130 if (this._isComposing || this._isSendingComposition) {
1131 if (229 === e3.keyCode) return false;

Callers 1

_bindKeysMethod · 0.80

Calls 1

_finalizeCompositionMethod · 0.80

Tested by

no test coverage detected