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 605cf54 commit 27f90f0Copy full SHA for 27f90f0
CodeEdit/Features/Documents/Controllers/CodeEditSplitViewController.swift
@@ -78,7 +78,8 @@ final class CodeEditSplitViewController: NSSplitViewController {
78
return proposedPosition
79
}
80
81
- /// Quick fix for list tracking separator needing to be added again after closing, then opening the inspector with a drag.
+ /// Quick fix for list tracking separator needing to be added again after closing,
82
+ /// then opening the inspector with a drag.
83
private func insertToolbarItemIfNeeded() {
84
guard !(
85
view.window?.toolbar?.items.contains(where: { $0.itemIdentifier == .itemListTrackingSeparator }) ?? true
0 commit comments