Skip to content

Commit 7604ca1

Browse files
committed
chore: Add a TODO for CodeEditSplitViewController
1 parent ceed89e commit 7604ca1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CodeEdit/Features/Documents/Controllers/CodeEditSplitViewController.swift

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

42+
// TODO: Set user preferences width if it is not the snap width
43+
// override func viewWillAppear() {
44+
// super.viewWillAppear()
45+
// }
46+
4247
// MARK: - NSSplitViewDelegate
4348

4449
override func splitView(

0 commit comments

Comments
 (0)