mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove optimization that was preventing selection changes from rebuilding the sidebar.
This commit is contained in:
@@ -445,8 +445,6 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
|
||||
return
|
||||
}
|
||||
|
||||
guard note.object is Feed else { return }
|
||||
|
||||
queueRebuildBackingStores()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user