diff options
author | bobzel <zzzman@gmail.com> | 2022-06-10 10:18:05 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-06-10 10:18:05 -0400 |
commit | bc662b4e7eaaa1f33f41f64ce64d60579939b971 (patch) | |
tree | 6910cb3e35dd079f6480352c1057662f63aeb507 /src/client/views/collections/collectionLinear/CollectionLinearView.tsx | |
parent | 2eab3c6035c6444eae083cdeb35fb58a1234f581 (diff) |
fixed some problems with dragging doc onto empty tab bar. made topBar be just one line to save vertical space. added a context menu to Dashboard
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} |