diff options
| author | Stanley Yip <stanley_yip@brown.edu> | 2020-02-08 14:35:28 -0500 |
|---|---|---|
| committer | Stanley Yip <stanley_yip@brown.edu> | 2020-02-08 14:35:28 -0500 |
| commit | ce6e177c36c69133d57592b06695e85d96c8df8b (patch) | |
| tree | 9342cae30337671f40e21e98c6fb7a3eb703c8db /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | 593016303351f365d6ae13413b72d77495ea6a03 (diff) | |
| parent | 77a6a04d6f4b84988ebddb6be34e41da5ca84cdd (diff) | |
Merge branch 'pen' of https://github.com/browngraphicslab/Dash-Web into pen
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 7b73050ab..099ad69d3 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -595,6 +595,7 @@ export class CollectionFreeFormView extends CollectionSubView(PanZoomDocument) { const myTouches = InteractionUtils.GetMyTargetTouches(me, this.prevPoints, true); const pt1 = myTouches[0]; const pt2 = myTouches[1]; + console.log(myTouches); if (this.prevPoints.size === 2) { const oldPoint1 = this.prevPoints.get(pt1.identifier); |
