Skip to content

Commit 5b488ee

Browse files
committed
Fix Split View Can't Collapse
1 parent 8867f3f commit 5b488ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CodeEdit/Features/SplitView/Views/SplitViewControllerView.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ final class SplitViewController: NSSplitViewController {
131131
}
132132
}
133133

134-
override func splitView(_ splitView: NSSplitView, canCollapseSubview subview: NSView) -> Bool {
135-
false
136-
}
137-
138134
override func splitView(_ splitView: NSSplitView, shouldHideDividerAt dividerIndex: Int) -> Bool {
139135
// For some reason, AppKit _really_ wants to hide dividers when there's only one item (and no dividers)
140136
// so we do this check for them.

0 commit comments

Comments
 (0)