Don't reset term panes after resize pane command

This commit is contained in:
Daniel Imms 2018-02-16 14:07:34 -08:00
parent 243168d450
commit 02bfe33d82

View file

@ -98,6 +98,7 @@ class SplitPaneContainer {
for (let i = 0; i < this._splitView.length - 1; i++) {
this._splitView.resizeView(i, sizes[i]);
}
this._isManuallySized = true;
}
private _addChild(size: number, instance: ITerminalInstance, index: number): void {