We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68ae6c5 + b9f49f7 commit 62e7120Copy full SHA for 62e7120
Sources/ScrollStackController/Support/ScrollStackRowAnimator.swift
@@ -116,7 +116,7 @@ internal class ScrollStackRowAnimator {
116
117
/// Target row if animatable.
118
private var animatableRow: ScrollStackRowAnimatable? {
119
- return targetRow.controller as? ScrollStackRowAnimatable
+ return (targetRow.controller as? ScrollStackRowAnimatable) ?? (targetRow.contentView as? ScrollStackRowAnimatable)
120
}
121
122
// MARK: - Initialization
0 commit comments