mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
remove workaround for #60018
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user