diff --git a/Mac/MainWindow/Sidebar/SidebarViewController.swift b/Mac/MainWindow/Sidebar/SidebarViewController.swift index a14fe0dba..d388bf811 100644 --- a/Mac/MainWindow/Sidebar/SidebarViewController.swift +++ b/Mac/MainWindow/Sidebar/SidebarViewController.swift @@ -75,6 +75,10 @@ protocol SidebarDelegate: class { } row += 1 } + + DispatchQueue.main.async { + self.outlineView.window?.makeFirstResponder(self.outlineView) + } } // MARK: - Notifications