aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionLinearView/CollectionLinearView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-08-30 13:53:23 -0400
committerbobzel <zzzman@gmail.com>2021-08-30 13:53:23 -0400
commit22333b0776dae22dec7f1d18ee59f6878fec9e0a (patch)
treef4df1d960b3d880300beb860e7a5295c44fc8438 /src/client/views/collections/collectionLinearView/CollectionLinearView.tsx
parent1c3b334de7c1a34075b71569e800b7ce7c5d41a5 (diff)
fixed linear menu views to always have active content
Diffstat (limited to 'src/client/views/collections/collectionLinearView/CollectionLinearView.tsx')
-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}