aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionLinearView
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/collections/collectionLinearView')
-rw-r--r--src/client/views/collections/collectionLinearView/CollectionLinearView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx b/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx
index 74d581946..61fc366eb 100644
--- a/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx
+++ b/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx
@@ -162,7 +162,7 @@ export class CollectionLinearView extends CollectionSubView(LinearDocument) {
<DocumentView
Document={pair.layout}
DataDoc={pair.data}
- isContentActive={returnFalse}
+ isContentActive={this.props.isContentActive}
isDocumentActive={returnTrue}
addDocument={this.props.addDocument}
moveDocument={this.props.moveDocument}