mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix bug that prevented timeline from being restored after searching ends
This commit is contained in:
@@ -543,7 +543,7 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
|
||||
func beginSearching() {
|
||||
isSearching = true
|
||||
searchArticleIds = Set(articles.map { $0.articleID })
|
||||
selectFeed(nil)
|
||||
timelineFetcher = nil
|
||||
}
|
||||
|
||||
func endSearching() {
|
||||
|
||||
Reference in New Issue
Block a user