diff --git a/Tusker/Screens/Main/MainSidebarViewController.swift b/Tusker/Screens/Main/MainSidebarViewController.swift index 50e017e6..d9ffd49f 100644 --- a/Tusker/Screens/Main/MainSidebarViewController.swift +++ b/Tusker/Screens/Main/MainSidebarViewController.swift @@ -89,6 +89,8 @@ class MainSidebarViewController: UIViewController { collectionView.delegate = self collectionView.dragDelegate = self collectionView.isSpringLoaded = true + // TODO: allow focusing sidebar once there's a workaround for keyboard shortcuts from main split content not being accessible when not in the responder chain + collectionView.allowsFocus = false view.addSubview(collectionView) dataSource = createDataSource()