We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6edb7 commit a329c30Copy full SHA for a329c30
1 file changed
src/vs/base/browser/ui/grid/gridview.ts
@@ -646,8 +646,6 @@ export class GridView implements IDisposable {
646
const { size, orthogonalSize } = this._root;
647
this.root = flipNode(this._root, orthogonalSize, size);
648
this.root.layout(size, orthogonalSize);
649
- // this.root.layout(size);
650
- // this.root.orthogonalLayout(orthogonalSize);
651
}
652
653
get width(): number { return this.root.width; }
0 commit comments