diff options
| author | bob <bcz@cs.brown.edu> | 2019-08-08 16:19:09 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-08-08 16:19:09 -0400 |
| commit | 18d02f8eb8cef6e0ae3bdb95a5d22958f0fda91e (patch) | |
| tree | 7e0f23639cfbe0b07cfcdb74c5656a5e66b351fa /src/client/views/collections/CollectionStackingView.tsx | |
| parent | 316c241d72fb83aad5f2bf9b143c317fdc906654 (diff) | |
dragBoxes
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index 4a751c84c..112d64e3d 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -120,7 +120,7 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) { DataDocument={dataDoc} showOverlays={this.overlays} renderDepth={this.props.renderDepth} - fitToBox={true} + fitToBox={this.props.fitToBox} width={width} height={height} getTransform={finalDxf} |
