aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-07-17 11:23:19 -0400
committeryipstanley <stanley_yip@brown.edu>2019-07-17 11:23:19 -0400
commit9a4b4e9367d9d1fd245450db62124f0e530e4175 (patch)
treeabcf1703150198b5f56fc639661db846dac3f984 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
parentea2d62ba92aaae8e08c72a13d21728073534dd3f (diff)
fixed following links to regons seriously
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
index 4532239d6..b91aaedee 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
@@ -267,7 +267,7 @@ export class CollectionFreeFormView extends CollectionSubView(PanZoomDocument) {
// this.props.Document.panX = panX;
// this.props.Document.panY = panY;
if (this.props.Document.scrollY) {
- this.props.Document.scrollY = panY - this.props.Document[HeightSym]();
+ this.props.Document.scrollY = panY - scale * this.props.Document[HeightSym]();
}
}