remove workaround for #60018

This commit is contained in:
Johannes Rieken
2018-10-09 17:57:58 +02:00
parent a7db2fbb3c
commit 8d1d201911
@@ -377,10 +377,6 @@ export class OutlinePanel extends ViewletPanel {
}
protected layoutBody(height: number): void {
if (!this.isExpanded()) {
// workaround https://github.com/Microsoft/vscode/issues/60018
return;
}
if (height !== this._cachedHeight) {
this._cachedHeight = height;
if (this._pendingLayout) {