Make the sidebar’s outline view first responder on startup. Fixes #1262.

This commit is contained in:
Brent Simmons
2020-05-27 22:15:49 -07:00
parent 1e4a8a86ec
commit 210df4957e

View File

@@ -75,6 +75,10 @@ protocol SidebarDelegate: class {
}
row += 1
}
DispatchQueue.main.async {
self.outlineView.window?.makeFirstResponder(self.outlineView)
}
}
// MARK: - Notifications