We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be8fad5 + 7604ca1 commit a9a321aCopy full SHA for a9a321a
1 file changed
CodeEdit/Features/Documents/Controllers/CodeEditSplitViewController.swift
@@ -39,10 +39,10 @@ final class CodeEditSplitViewController: NSSplitViewController {
39
fatalError("init(coder:) has not been implemented")
40
}
41
42
- override func viewWillAppear() {
43
- super.viewWillAppear()
44
- splitView.setPosition(.snapWidth, ofDividerAt: .zero)
45
- }
+ // TODO: Set user preferences width if it is not the snap width
+// override func viewWillAppear() {
+// super.viewWillAppear()
+// }
46
47
// MARK: - NSSplitViewDelegate
48
0 commit comments