Reload expanded node so that the disclosure arrow is correct.
This commit is contained in:
parent
15e62a0750
commit
f5cd5d7067
|
@ -528,6 +528,7 @@ class MasterFeedViewController: UITableViewController, UndoableCommandRunner {
|
|||
}
|
||||
|
||||
coordinator.expand(parent)
|
||||
reloadNode(parent)
|
||||
|
||||
self.applyChanges(animate: true, adjustScroll: true) { [weak self] in
|
||||
if let indexPath = self?.dataSource.indexPath(for: node) {
|
||||
|
|
Loading…
Reference in New Issue