diff options
| author | bob <bcz@cs.brown.edu> | 2019-11-19 09:45:10 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-11-19 09:45:10 -0500 |
| commit | 617798db46a204ff089bf3400832af67872cc02f (patch) | |
| tree | d986ae5238d0e47fb2ccc338832f106a55854283 /src/client/views/collections | |
| parent | 6de325def7e6a187d718fb3be77581c44fbd41db (diff) | |
more fixes to pdfs
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 985d1d272..3b313c34a 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -484,7 +484,6 @@ export class CollectionFreeFormView extends CollectionSubView(PanZoomDocument) { @action zoom = (pointX: number, pointY: number, deltaY: number): void => { - console.log(deltaY); let deltaScale = deltaY > 0 ? (1 / 1.1) : 1.1; if (deltaScale * this.zoomScaling() < 1 && this.isAnnotationOverlay) { deltaScale = 1 / this.zoomScaling(); |
