Skip to content

Commit b8375ea

Browse files
committed
Update OutlineChangeInstruction.swift
1 parent 402657d commit b8375ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AdvancedCollectionTableView/DiffableDataSource/NSOutlineView/Snapshot/OutlineChangeInstruction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ extension NSOutlineView {
108108
expandCollapseItems()
109109
completion?()
110110
} else if let duration = option.animationDuration, duration > 0.0 {
111-
NSView.animate(withDuration: duration, animations: {
111+
NSView.animate(withDuration: duration, {
112112
applySnapshot()
113113
}, completion: completion)
114114
} else {

0 commit comments

Comments
 (0)