diff options
| author | bobzel <zzzman@gmail.com> | 2024-09-17 12:29:48 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-09-17 12:29:48 -0400 |
| commit | 4f2ee4a8642a93fb399b979750078374b317af32 (patch) | |
| tree | fa9e340256c866bf38e32901c496b8cb10e3e144 /src/client/views/collections/CollectionCarousel3DView.tsx | |
| parent | 62eb66ca7d3404f9977acdf73f815f4920fb964d (diff) | |
fixed carouselfView to fade. cleaned up code a bit
Diffstat (limited to 'src/client/views/collections/CollectionCarousel3DView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionCarousel3DView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionCarousel3DView.tsx b/src/client/views/collections/CollectionCarousel3DView.tsx index c799eb3c8..54cc02825 100644 --- a/src/client/views/collections/CollectionCarousel3DView.tsx +++ b/src/client/views/collections/CollectionCarousel3DView.tsx @@ -78,6 +78,7 @@ export class CollectionCarousel3DView extends CollectionSubView() { NativeWidth={returnZero} NativeHeight={returnZero} fitWidth={undefined} + containerViewPath={this.childContainerViewPath} onDoubleClickScript={this.onChildDoubleClick} renderDepth={this._props.renderDepth + 1} LayoutTemplate={this._props.childLayoutTemplate} |
