diff options
| author | bobzel <zzzman@gmail.com> | 2020-11-13 13:50:21 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-11-13 13:50:21 -0500 |
| commit | 6286ec5286caa483e1ffed9bf2bae942f353e8f4 (patch) | |
| tree | 7e1baa7d1df87d9aa2afdeeb749fd3848fbf4e51 /src/client/views/collections/collectionGrid | |
| parent | a3982ccd39f1887057aee3ed26b2afe8f1bd793c (diff) | |
fixed treeView to be able to access active() on contained document in order to keep slide sidebar active when sidebar documents are selected. fixed ContetntFittingDocumentView to show fitToBox correctly and more simplhy
Diffstat (limited to 'src/client/views/collections/collectionGrid')
| -rw-r--r-- | src/client/views/collections/collectionGrid/CollectionGridView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionGrid/CollectionGridView.tsx b/src/client/views/collections/collectionGrid/CollectionGridView.tsx index 5c7373a2f..8e86b6d0d 100644 --- a/src/client/views/collections/collectionGrid/CollectionGridView.tsx +++ b/src/client/views/collections/collectionGrid/CollectionGridView.tsx @@ -171,6 +171,7 @@ export class CollectionGridView extends CollectionSubView(GridSchema) { PanelHeight={height} ContentScaling={returnOne} FreezeDimensions={true} + fitToBox={true} ScreenToLocalTransform={dxf} onClick={this.onChildClickHandler} renderDepth={this.props.renderDepth + 1} |
