(e3)
| 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 | } |
no test coverage detected