aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingView.tsx
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2021-12-02 14:39:40 -0500
committerGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2021-12-02 14:39:40 -0500
commit2cb18e75aa487ff98086e15fef93e2f549c30496 (patch)
treeaf24d05b564ca4e0011aee368a38eaedb7981d64 /src/client/views/collections/CollectionStackingView.tsx
parent2e6709216795e86c8b414dcb2dd45855cf23ea24 (diff)
parentc2cd77ca1d2a67539f0af2a68c1e7336b3bc232b (diff)
Merge branch 'master' into trails-aubrey
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
-rw-r--r--src/client/views/collections/CollectionStackingView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx
index 648ff5087..bffaf86b1 100644
--- a/src/client/views/collections/CollectionStackingView.tsx
+++ b/src/client/views/collections/CollectionStackingView.tsx
@@ -226,7 +226,7 @@ export class CollectionStackingView extends CollectionSubView<StackingDocument,
layerProvider={this.props.layerProvider}
docViewPath={this.props.docViewPath}
fitWidth={this.props.childFitWidth}
- isContentActive={returnFalse}
+ isContentActive={emptyFunction}
isDocumentActive={this.isContentActive}
LayoutTemplate={this.props.childLayoutTemplate}
LayoutTemplateString={this.props.childLayoutString}