diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-30 00:09:02 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-30 00:09:02 -0400 |
| commit | 6d010c377ff6cdbd56fd61d14cb880acc9e79a8b (patch) | |
| tree | 199d02189b9970070215216314a973bc99b63b0c /src/client/views/collections/CollectionTreeView.tsx | |
| parent | 61656f35a86a219241c3f33256f23b7dea495371 (diff) | |
from last
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index d56d0d75e..d80534ef9 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -165,7 +165,7 @@ export class CollectionTreeView extends CollectionSubView<Document, Partial<coll DataDoc={undefined} LayoutTemplateString={FormattedTextBox.LayoutString("text")} renderDepth={this.props.renderDepth + 1} - isContentActive={returnTrue} + isContentActive={() => this.props.isContentActive() || this.props.isSelected()} rootSelected={returnTrue} //dontRegisterView={true} docViewPath={this.props.docViewPath} |
