diff options
| author | tschicke-brown <tyler_schicke@brown.edu> | 2019-04-08 21:26:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-08 21:26:48 -0400 |
| commit | a2135bcc0a995378aad0e71ade832a4d526a37f0 (patch) | |
| tree | 9edabab547aa21dad429f2e6450c110793e3fcbc /src/client/views/collections/collectionFreeForm | |
| parent | a63a3f912f8857963cd5cc14cf1e73f645eb3477 (diff) | |
| parent | 4dd5460cfafc33df30bcccc0145af17f81fe5d3e (diff) | |
Merge pull request #82 from browngraphicslab/undo-expansion
Undo expansion
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -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 2a86d0ee1..f99ba111c 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -198,7 +198,7 @@ export class CollectionFreeFormView extends CollectionViewBase { onDrop = (e: React.DragEvent): void => { var pt = this.getTransform().transformPoint(e.pageX, e.pageY); super.onDrop(e, { x: pt[0], y: pt[1] }); - } + }; onDragOver = (): void => { } |
