mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove now unnecessary call to account structureDidChange in drop
This commit is contained in:
@@ -428,10 +428,6 @@ private extension SidebarOutlineDataSource {
|
||||
}
|
||||
}
|
||||
|
||||
let allReferencedNodes = draggedNodes.union(Set([parentNode]))
|
||||
let accounts = commonAccountsFor(allReferencedNodes)
|
||||
accounts.forEach { $0.structureDidChange() }
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user