mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make the sidebar’s outline view first responder on startup. Fixes #1262.
This commit is contained in:
@@ -75,6 +75,10 @@ protocol SidebarDelegate: class {
|
||||
}
|
||||
row += 1
|
||||
}
|
||||
|
||||
DispatchQueue.main.async {
|
||||
self.outlineView.window?.makeFirstResponder(self.outlineView)
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - Notifications
|
||||
|
||||
Reference in New Issue
Block a user