Skip to content

Commit 1ff9851

Browse files
committed
Update VersatileCell
1 parent 11a306c commit 1ff9851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/DynamicList/VersatileCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ open class VersatileCell: UICollectionViewCell {
7171
private var _highlightAnimation: any CellHighlightAnimation = .disabled
7272

7373
/// In prepareForReuse this is going to be a new instance.
74-
public private(set) var reusableCancellables: Set<AnyCancellable> = .init()
74+
public var reusableCancellables: Set<AnyCancellable> = .init()
7575

7676
public override init(
7777
frame: CGRect

0 commit comments

Comments
 (0)