aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-24 18:37:46 -0400
committerbobzel <zzzman@gmail.com>2020-08-24 18:37:46 -0400
commit69f94b19baa37a0a9114bc21710d2e09b49b638d (patch)
treef19e30107f0c2242de167b1179994cdfb45b6766 /src/client/views/collections/CollectionView.tsx
parent2e4ab06f38323bba06a4d77c04da1507bac5657f (diff)
removed treeViewOpen from sidebar panels since they don't need them now that the top level is hidden.
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
-rw-r--r--src/client/views/collections/CollectionView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx
index 38809e1e8..828cdd282 100644
--- a/src/client/views/collections/CollectionView.tsx
+++ b/src/client/views/collections/CollectionView.tsx
@@ -549,7 +549,7 @@ export class CollectionView extends Touchable<FieldViewProps & CollectionViewCus
bringToFront={emptyFunction}
active={this.props.active}
whenActiveChanged={returnFalse}
- treeViewHideTopDoc={true}
+ treeViewHideTopLevel={true}
ContentScaling={returnOne}
focus={returnFalse}
treeViewHideHeaderFields={true}