diff options
| author | bobzel <zzzman@gmail.com> | 2024-09-17 18:53:13 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-09-17 18:53:13 -0400 |
| commit | dca949e163ba916e392bf598086ce3eef72ad17c (patch) | |
| tree | 0d7dd01d85f14d29dac8933af39274af108d69ea /src/client/views/collections/CollectionCarousel3DView.tsx | |
| parent | eca725c77fad2a3b4335b50e21fee46201951a0f (diff) | |
| parent | 4f2ee4a8642a93fb399b979750078374b317af32 (diff) | |
Merge branch 'master' into aisosa-starter
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} |
