This commit is contained in:
rebornix 2020-01-31 16:40:31 -08:00
parent 6054af390c
commit 9e69751c92

View file

@ -331,7 +331,7 @@ export class TextAreaInput extends Disposable {
this._onType.fire(typeInput);
}
} else {
if (typeInput.text !== '') {
if (typeInput.text !== '' || typeInput.replaceCharCnt !== 0) {
this._firePaste(typeInput.text, null);
}
this._nextCommand = ReadFromTextArea.Type;