Clear the currently selected article when search ends

This commit is contained in:
Maurice Parker 2019-09-12 10:32:58 -05:00
parent 139cc4b236
commit 125fb858b4
1 changed files with 2 additions and 0 deletions

View File

@ -587,6 +587,8 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
} else {
timelineFetcher = nil
}
selectArticle(nil)
}
func searchArticles(_ searchString: String, _ searchScope: SearchScope) {