aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-19 11:33:26 -0500
committerbob <bcz@cs.brown.edu>2019-02-19 11:33:26 -0500
commit39c6ba3292467979e310f3b577041c2f5e38273f (patch)
treea6a4d290dff330855e9626e37fbd43a9ad592137 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx
parent49e946d57c5dc0f21a6d6a98436429a353c96907 (diff)
fixed selection problem
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r--src/client/views/nodes/CollectionFreeFormDocumentView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
index 57527076b..2eb0c5857 100644
--- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
+++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
@@ -92,7 +92,7 @@ export class CollectionFreeFormDocumentView extends React.Component<DocumentView
backgroundColor: "transparent"
}} >
- <DocumentView {...this.props} Scaling={this.width / this.nativeWidth} ScreenToLocalTransform={this.getTransform} />
+ <DocumentView {...this.props} Scaling={parentScaling} ScreenToLocalTransform={this.getTransform} />
</div>
);
}