Remove optimization that was preventing selection changes from rebuilding the sidebar.
This commit is contained in:
parent
168020cba2
commit
2e7bb5b752
|
@ -445,8 +445,6 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
|
|||
return
|
||||
}
|
||||
|
||||
guard note.object is Feed else { return }
|
||||
|
||||
queueRebuildBackingStores()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue