aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionCarousel3DView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-01-15 13:07:06 -0500
committerbobzel <zzzman@gmail.com>2025-01-15 13:07:06 -0500
commit53dfafd330013eab20d93ac87dd82c59c8b17cce (patch)
treebb0b34e78f6d425746719266060d4be980cc7b64 /src/client/views/collections/CollectionCarousel3DView.tsx
parent85f60319ba7020b2976ed1063915a145a09ab381 (diff)
parent205fdacf9807be2691e13e1d9d04d6b98620391a (diff)
Merge branch 'eleanor-gptdraw' into eleanor-gptdraw-tester
Diffstat (limited to 'src/client/views/collections/CollectionCarousel3DView.tsx')
-rw-r--r--src/client/views/collections/CollectionCarousel3DView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionCarousel3DView.tsx b/src/client/views/collections/CollectionCarousel3DView.tsx
index b7ecf9a2f..9c8ef5519 100644
--- a/src/client/views/collections/CollectionCarousel3DView.tsx
+++ b/src/client/views/collections/CollectionCarousel3DView.tsx
@@ -136,6 +136,7 @@ export class CollectionCarousel3DView extends CollectionSubView() {
isDocumentActive={this._props.childDocumentsActive?.() || this.Document._childDocumentsActive ? this._props.isDocumentActive : this.isContentActive}
PanelWidth={this.panelWidth}
PanelHeight={this.panelHeight}
+ showTags={BoolCast(this.layoutDoc.showChildTags) || BoolCast(this.Document._layout_showTags)}
/>
);