diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-04 14:32:38 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-04 14:32:38 -0500 |
| commit | 7c1dd332dc444d2d34cc9cc142de5998ca4622b5 (patch) | |
| tree | 5d6c09284fa22f4640704bb17e723244a664be36 /src/client/views/collections/CollectionTreeView.tsx | |
| parent | 9ae759a3c612bee4803e3714ef4ff141603a9341 (diff) | |
fixed scrolling animations in view bounds for webbox and pdfBox's particualrly for lightbox views. added a docViewPath prop for docuentViews.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index 564939270..bbe6cfdcb 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -164,7 +164,9 @@ export class CollectionTreeView extends CollectionSubView<Document, Partial<coll renderDepth={this.props.renderDepth + 1} rootSelected={returnTrue} //dontRegisterView={true} + docViewPath={this.props.docViewPath} styleProvider={this.props.styleProvider} + layerProvider={this.props.layerProvider} PanelWidth={this.rtfWidth} PanelHeight={this.rtfOutlineHeight} focus={this.props.focus} |
