diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-02-06 12:40:57 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-02-06 12:40:57 -0500 |
| commit | 8767ec49fbb927ccde96f9f89562109703535d4e (patch) | |
| tree | a0bf4c7bf5c0ee3c83ddb0aac2b4a365a79ac20f /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | 1007cfb325f2dcddc4365538e4b354d06eb85f2f (diff) | |
asdjklf
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 17139d9d9..2b160f2ff 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -984,6 +984,7 @@ export class CollectionFreeFormView extends CollectionSubView(PanZoomDocument) { </CollectionFreeFormViewPannableContents> </MarqueeView>; } + @computed get contentScaling() { if (this.props.annotationsKey) return 0; const hscale = this.nativeHeight ? this.props.PanelHeight() / this.nativeHeight : 1; |
