Remove optimization that was preventing selection changes from rebuilding the sidebar.

This commit is contained in:
Maurice Parker 2021-08-24 17:56:36 -05:00
parent 168020cba2
commit 2e7bb5b752
1 changed files with 0 additions and 2 deletions

View File

@ -445,8 +445,6 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
return
}
guard note.object is Feed else { return }
queueRebuildBackingStores()
}