diff options
| author | andrewdkim <adkim414@gmail.com> | 2020-02-08 13:15:21 -0500 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2020-02-08 13:15:21 -0500 |
| commit | 77a6a04d6f4b84988ebddb6be34e41da5ca84cdd (patch) | |
| tree | 1028c04d41854617d3849a882b3f0245b1844c57 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | a943eec770eb32543d4847466b718739911a49a1 (diff) | |
| parent | 962cfebaa2e15ac48aa969afc50c5913573623df (diff) | |
Merge branch 'radial_menu_fixes' 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 2b160f2ff..8371d0491 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -523,6 +523,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); |
