Skip to content

Commit e88b8d3

Browse files
committed
fix broken sashes
1 parent 6788f65 commit e88b8d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/base/browser/ui/splitview/splitview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ export class SplitView<TLayoutContext = undefined> extends Disposable {
689689

690690
// Add sash
691691
if (this.viewItems.length > 1) {
692-
const sash = this.orientation === Orientation.HORIZONTAL
692+
const sash = this.orientation === Orientation.VERTICAL
693693
? new Sash(this.sashContainer, { getHorizontalSashTop: (sash: Sash) => this.getSashPosition(sash) }, {
694694
orientation: Orientation.HORIZONTAL,
695695
orthogonalStartSash: this.orthogonalStartSash,

0 commit comments

Comments
 (0)