aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
diff options
context:
space:
mode:
authorFawn <fangrui_tong@brown.edu>2020-01-14 14:47:44 -0500
committerFawn <fangrui_tong@brown.edu>2020-01-14 14:47:44 -0500
commitb4c2d2add2b863060ce559e49b3953f24050f162 (patch)
tree7261c8d43e99ef76ca17933a07ad112f7563d18f /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
parentc78409b7cb6c4ab828bce0eef1525032958219f7 (diff)
can add strokes to mobile ink
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx1
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 84945c6e6..c3e131184 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
@@ -356,6 +356,7 @@ export class CollectionFreeFormView extends CollectionSubView(PanZoomDocument) {
@undoBatch
onGesture = (e: Event, ge: GestureUtils.GestureEvent) => {
+ console.log("on gesture");
switch (ge.gesture) {
case GestureUtils.Gestures.Stroke:
const points = ge.points;