Skip to content

Commit a329c30

Browse files
committed
💄
1 parent cd6edb7 commit a329c30

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/vs/base/browser/ui/grid/gridview.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -646,8 +646,6 @@ export class GridView implements IDisposable {
646646
const { size, orthogonalSize } = this._root;
647647
this.root = flipNode(this._root, orthogonalSize, size);
648648
this.root.layout(size, orthogonalSize);
649-
// this.root.layout(size);
650-
// this.root.orthogonalLayout(orthogonalSize);
651649
}
652650

653651
get width(): number { return this.root.width; }

0 commit comments

Comments
 (0)