diff options
| author | bobzel <zzzman@gmail.com> | 2021-08-30 13:53:23 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-08-30 13:53:23 -0400 |
| commit | 22333b0776dae22dec7f1d18ee59f6878fec9e0a (patch) | |
| tree | f4df1d960b3d880300beb860e7a5295c44fc8438 /src/client/views/collections/collectionLinearView/CollectionLinearView.tsx | |
| parent | 1c3b334de7c1a34075b71569e800b7ce7c5d41a5 (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.tsx | 2 |
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} |
