Remove now unnecessary call to account structureDidChange in drop
This commit is contained in:
parent
fa6b6a4769
commit
bead6ae123
|
@ -428,10 +428,6 @@ private extension SidebarOutlineDataSource {
|
|||
}
|
||||
}
|
||||
|
||||
let allReferencedNodes = draggedNodes.union(Set([parentNode]))
|
||||
let accounts = commonAccountsFor(allReferencedNodes)
|
||||
accounts.forEach { $0.structureDidChange() }
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue