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.
1 parent 8867f3f commit 5b488eeCopy full SHA for 5b488ee
1 file changed
CodeEdit/Features/SplitView/Views/SplitViewControllerView.swift
@@ -131,10 +131,6 @@ final class SplitViewController: NSSplitViewController {
131
}
132
133
134
- override func splitView(_ splitView: NSSplitView, canCollapseSubview subview: NSView) -> Bool {
135
- false
136
- }
137
-
138
override func splitView(_ splitView: NSSplitView, shouldHideDividerAt dividerIndex: Int) -> Bool {
139
// For some reason, AppKit _really_ wants to hide dividers when there's only one item (and no dividers)
140
// so we do this check for them.
0 commit comments