Delete unnecessary node reload

This commit is contained in:
Maurice Parker 2019-09-11 17:20:33 -05:00
parent 4e83b37c0b
commit 7ec360a81e
1 changed files with 0 additions and 1 deletions

View File

@ -508,7 +508,6 @@ 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) {