Skip to content

Commit cb3a60e

Browse files
committed
Keep rows highlighted in the detail view
1 parent b52627b commit cb3a60e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Changed
66

77
- Faster typing propagation between master & detail view
8+
- Keep rows highlighted in the detail view
89

910
## [0.2.0] - 2019-08-03
1011

CommonplaceBookApp/DocumentListViewController.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ extension DocumentListViewController: UISearchResultsUpdating, DocumentSearchRes
210210

211211
extension DocumentListViewController: UITableViewDelegate {
212212
func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) {
213-
tableView.deselectRow(at: indexPath, animated: true)
214213
guard let viewProperties = dataSource?.itemIdentifier(for: indexPath) else { return }
215214
let markdown: String
216215
do {

0 commit comments

Comments
 (0)