Skip to content

Commit a9a321a

Browse files
author
Lukas Pistrol
authored
Merge pull request #976 from Cubik65536/remove-launch-haptic
2 parents be8fad5 + 7604ca1 commit a9a321a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CodeEdit/Features/Documents/Controllers/CodeEditSplitViewController.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ final class CodeEditSplitViewController: NSSplitViewController {
3939
fatalError("init(coder:) has not been implemented")
4040
}
4141

42-
override func viewWillAppear() {
43-
super.viewWillAppear()
44-
splitView.setPosition(.snapWidth, ofDividerAt: .zero)
45-
}
42+
// TODO: Set user preferences width if it is not the snap width
43+
// override func viewWillAppear() {
44+
// super.viewWillAppear()
45+
// }
4646

4747
// MARK: - NSSplitViewDelegate
4848

0 commit comments

Comments
 (0)