aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-04-23 15:24:10 -0400
committerbob <bcz@cs.brown.edu>2019-04-23 15:24:10 -0400
commit1eaf7210492e3cc968f26d848c6db7b4e603a657 (patch)
treef56128da5e731897460ee3579186de8db168bbbd /src/client/views/nodes/CollectionFreeFormDocumentView.tsx
parent49131cc84b0f3e739edb5ffcd64f3acc9469f658 (diff)
maybe working events?
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r--src/client/views/nodes/CollectionFreeFormDocumentView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
index 3a4425358..671bfbc04 100644
--- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
+++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
@@ -134,7 +134,6 @@ export class CollectionFreeFormDocumentView extends React.Component<CollectionFr
})
}
onPointerDown = (e: React.PointerEvent): void => {
- e.stopPropagation();
this._downX = e.clientX;
this._downY = e.clientY;
document.removeEventListener("pointerup", this.onPointerUp);