There was an error while loading. Please reload this page.
1 parent 41e27b8 commit 761b345Copy full SHA for 761b345
1 file changed
src/vs/editor/browser/controller/textAreaInput.ts
@@ -272,7 +272,7 @@ export class TextAreaInput extends Disposable {
272
return;
273
}
274
275
- const [newState, typeInput] = deduceComposition(e.data);
+ const [newState, typeInput] = deduceComposition(e.data || '');
276
this._textAreaState = newState;
277
this._onType.fire(typeInput);
278
this._onCompositionUpdate.fire(e);
@@ -290,7 +290,7 @@ export class TextAreaInput extends Disposable {
290
291
292
} else {
293
294
295
296
0 commit comments