Merge branch 'master' into parser_hooks

This commit is contained in:
Jörg Breitbart
2019-07-26 18:15:43 +02:00
+3 -1
View File
@@ -270,7 +270,9 @@ export class Terminal extends Disposable implements ITerminal, IDisposable, IInp
this._windowsMode.dispose();
this._windowsMode = undefined;
}
this._renderService.dispose();
if (this._renderService) {
this._renderService.dispose();
}
this._customKeyEventHandler = null;
this.write = () => {};
if (this.element && this.element.parentNode) {