提交 8d1d2019 编写于 作者: J Johannes Rieken

remove workaround for #60018

上级 a7db2fbb
...@@ -377,10 +377,6 @@ export class OutlinePanel extends ViewletPanel { ...@@ -377,10 +377,6 @@ export class OutlinePanel extends ViewletPanel {
} }
protected layoutBody(height: number): void { protected layoutBody(height: number): void {
if (!this.isExpanded()) {
// workaround https://github.com/Microsoft/vscode/issues/60018
return;
}
if (height !== this._cachedHeight) { if (height !== this._cachedHeight) {
this._cachedHeight = height; this._cachedHeight = height;
if (this._pendingLayout) { if (this._pendingLayout) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册