mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Disclose feed in side bar when selected from context menu even if the feed is filtered. Issue #1805
This commit is contained in:
@@ -516,7 +516,7 @@ extension MainWindowController: TimelineContainerViewControllerDelegate {
|
||||
}
|
||||
|
||||
func timelineRequestedWebFeedSelection(_: TimelineContainerViewController, webFeed: WebFeed) {
|
||||
sidebarViewController?.selectWebFeed(webFeed)
|
||||
sidebarViewController?.selectFeed(webFeed)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user