diff options
| author | bobzel <zzzman@gmail.com> | 2020-12-14 14:22:44 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-12-14 14:22:44 -0500 |
| commit | 8d9b38b64e61f2afb2b698004bcef7017d454078 (patch) | |
| tree | a2d21b90747b347c012e8b12c34b0100b66ee0f0 /src/client/views/collections/collectionGrid | |
| parent | 37d9d2cad93a08518cec6c95c8bc941dd5f5ddaa (diff) | |
got rid of fitDocToPanel. made collectionFreeFormDocView always use a ContentFittingDocView. fixed up web box selections.
Diffstat (limited to 'src/client/views/collections/collectionGrid')
| -rw-r--r-- | src/client/views/collections/collectionGrid/CollectionGridView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionGrid/CollectionGridView.tsx b/src/client/views/collections/collectionGrid/CollectionGridView.tsx index 55467696d..093a4c770 100644 --- a/src/client/views/collections/collectionGrid/CollectionGridView.tsx +++ b/src/client/views/collections/collectionGrid/CollectionGridView.tsx @@ -168,7 +168,6 @@ export class CollectionGridView extends CollectionSubView(GridSchema) { PanelWidth={width} PanelHeight={height} freezeDimensions={true} - fitDocToPanel={true} ScreenToLocalTransform={dxf} onClick={this.onChildClickHandler} renderDepth={this.props.renderDepth + 1} |
