Clear the currently selected article when search ends
This commit is contained in:
parent
139cc4b236
commit
125fb858b4
|
@ -587,6 +587,8 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
|
|||
} else {
|
||||
timelineFetcher = nil
|
||||
}
|
||||
|
||||
selectArticle(nil)
|
||||
}
|
||||
|
||||
func searchArticles(_ searchString: String, _ searchScope: SearchScope) {
|
||||
|
|
Loading…
Reference in New Issue