diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-07-17 11:23:19 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-07-17 11:23:19 -0400 |
| commit | 9a4b4e9367d9d1fd245450db62124f0e530e4175 (patch) | |
| tree | abcf1703150198b5f56fc639661db846dac3f984 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | ea2d62ba92aaae8e08c72a13d21728073534dd3f (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.tsx | 2 |
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](); } } |
