diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-16 09:12:28 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-16 09:12:28 -0400 |
| commit | 30ebba4ee0f8c957609589985ba76f25b0378af6 (patch) | |
| tree | c071de81273a6ffadaf1700fd7a9c2738e230e1a /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | 045baaf436d310ea592a614b68ca9f8523e0d04a (diff) | |
| parent | 15c529925821ad0812b2dfee774de7318f8551af (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index c3f474d69..6b2b79261 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -381,7 +381,7 @@ export class CollectionFreeFormView extends CollectionSubView(PanZoomDocument) { SelectionManager.DeselectAll(); prevSelected.map(dv => SelectionManager.SelectDoc(dv, true)); - let de = new DragManager.DocumentDragData(eles, eles.map(d => undefined)); + let de = new DragManager.DocumentDragData(eles); de.moveDocument = this.props.moveDocument; const [left, top] = clusterDocs[0].props.ScreenToLocalTransform().scale(clusterDocs[0].props.ContentScaling()).inverse().transformPoint(0, 0); const [xoff, yoff] = this.getTransform().transformDirection(e.x - left, e.y - top); |
