Merge pull request #2068 from rizwankce/feature/keyboard-shortcuts

Keyboard shortcuts
This commit is contained in:
Maurice Parker
2020-05-13 11:43:14 -05:00
committed by GitHub
5 changed files with 27 additions and 4 deletions

View File

@@ -161,7 +161,7 @@ class MasterTimelineViewController: UITableViewController, UndoableCommandRunner
@objc func showFeedInspector(_ sender: UITapGestureRecognizer) {
coordinator.showFeedInspector()
}
// MARK: API
func restoreSelectionIfNecessary(adjustScroll: Bool) {