Skip to content

Commit

Permalink
Merge pull request #976 from Cubik65536/remove-launch-haptic
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol authored Jan 15, 2023
2 parents be8fad5 + 7604ca1 commit a9a321a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ final class CodeEditSplitViewController: NSSplitViewController {
fatalError("init(coder:) has not been implemented")
}

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

// MARK: - NSSplitViewDelegate

Expand Down

0 comments on commit a9a321a

Please sign in to comment.