diff options
| author | bobzel <zzzman@gmail.com> | 2022-06-10 10:53:57 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-06-10 10:53:57 -0400 |
| commit | 9c5d0fc25b14619bedf96a9988be4f8c254812c4 (patch) | |
| tree | 4babd722fe15bd1cbc80a276897b55161c635358 /src/client/views/collections/collectionLinear/CollectionLinearView.tsx | |
| parent | 7d38e4a98a0382cdd032d63d375707f19362873d (diff) | |
| parent | 78b3b4f194b94a230ff0b07e397b595700d6529f (diff) | |
Merge branch 'master' into master-cleanup
Diffstat (limited to 'src/client/views/collections/collectionLinear/CollectionLinearView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionLinear/CollectionLinearView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionLinear/CollectionLinearView.tsx b/src/client/views/collections/collectionLinear/CollectionLinearView.tsx index c0a33a5e0..9b1cb1601 100644 --- a/src/client/views/collections/collectionLinear/CollectionLinearView.tsx +++ b/src/client/views/collections/collectionLinear/CollectionLinearView.tsx @@ -153,6 +153,7 @@ export class CollectionLinearView extends CollectionSubView() { PanelWidth={nested ? doc[WidthSym] : this.dimension} PanelHeight={nested || doc._height ? doc[HeightSym] : this.dimension} renderDepth={this.props.renderDepth + 1} + dontRegisterView={BoolCast(this.rootDoc.childDontRegisterViews)} focus={emptyFunction} styleProvider={this.props.styleProvider} docViewPath={returnEmptyDoclist} |
