diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-06-18 22:51:48 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-06-18 22:51:48 -0400 |
| commit | 8c94bb92b23dea138fa752929b6134e7214dfb60 (patch) | |
| tree | 68ea1ec9cc7563516024b29cad269f8807966e26 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | 3b880d7b15b7107049ae27601b9f759b17f7fde9 (diff) | |
| parent | 13e301dea2f537b67b338cc6a98d3f3b5a8e1f36 (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 250b6bf5d..84841e469 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -342,7 +342,7 @@ export class CollectionFreeFormView extends CollectionSubView(PanZoomDocument) { private childViews = () => [ <CollectionFreeFormBackgroundView key="backgroundView" {...this.props} {...this.getDocumentViewProps(this.props.Document)} />, ...this.views - ]; + ] render() { const containerName = `collectionfreeformview${this.isAnnotationOverlay ? "-overlay" : "-container"}`; const easing = () => this.props.Document.panTransformType === "Ease"; |
