diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-22 14:55:22 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-22 14:55:22 -0500 |
| commit | 1ef89b4f56ce8567da3b632e95ea31e1c3c4386a (patch) | |
| tree | 66a2947b90177b9f32a72ed642ed03e89bbc3f47 /src/client/views/collections/CollectionTreeView.tsx | |
| parent | 36cd323ff859cb8367d38c84852d09370e899518 (diff) | |
cleaned up indent/outdent in treeview to work with aliases.
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 7beb76fdc..a12de0320 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -208,7 +208,7 @@ export class CollectionTreeView extends CollectionSubView<Document, Partial<coll moveDoc, dropAction, this.props.addDocTab, this.props.pinToPres, this.props.styleProvider, this.props.ScreenToLocalTransform, this.outerXf, this.active, this.panelWidth, this.props.renderDepth, () => this.props.treeViewHideHeaderFields || BoolCast(this.doc.treeViewHideHeaderFields), BoolCast(this.doc.treeViewPreventOpen), [], this.props.onCheckedClick, - this.onChildClick, this.props.treeViewSkipFields, true, this.whenActiveChanged, this.props.dontRegisterView || Cast(this.props.Document.dontRegisterChildViews, "boolean", null)); + this.onChildClick, this.props.treeViewSkipFields, true, this.whenActiveChanged, this.props.dontRegisterView || Cast(this.props.Document.dontRegisterChildViews, "boolean", null), this); } @computed get titleBar() { const hideTitle = this.props.treeViewHideTitle || this.doc.treeViewHideTitle; |
