diff options
author | bobzel <zzzman@gmail.com> | 2024-10-17 22:20:45 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-10-17 22:20:45 -0400 |
commit | 7b29d9c14cb1ea786e64655b33b245ed14bd2d9e (patch) | |
tree | b091fdac10b51925d23b13f722dfaa5e0033728e /src | |
parent | 4b231bbaf21939144ed8639d35f022834a406e59 (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/CollectionCarousel3DView.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionCarousel3DView.tsx b/src/client/views/collections/CollectionCarousel3DView.tsx index 2be3ef48f..81e921724 100644 --- a/src/client/views/collections/CollectionCarousel3DView.tsx +++ b/src/client/views/collections/CollectionCarousel3DView.tsx @@ -33,6 +33,9 @@ export class CollectionCarousel3DView extends CollectionSubView() { makeObservable(this); } + componentDidMount(): void { + this._props.setContentViewBox?.(this); + } componentWillUnmount() { this._dropDisposer?.(); } |