diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-30 09:27:27 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-30 09:27:27 -0400 |
| commit | 86e89178628a27a91665ad835046e536bdb89729 (patch) | |
| tree | e289b4a963be5c6a692aac6ebb8f556165ff3f21 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
| parent | 6b116d69a5b1a991c7aa00e2b23af3f8db7c7d77 (diff) | |
| parent | 041286093aef2e1f5a2b503959146124f292cc2b (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
| -rw-r--r-- | src/client/views/nodes/CollectionFreeFormDocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx index a3a82036d..bad78cbd5 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -134,6 +134,7 @@ export class CollectionFreeFormDocumentView extends React.Component<CollectionFr onPointerDown = (e: React.PointerEvent): void => { this._downX = e.clientX; this._downY = e.clientY; + e.stopPropagation(); } onClick = (e: React.MouseEvent): void => { e.stopPropagation(); |
