diff options
| author | andrewdkim <adkim414@gmail.com> | 2019-07-10 17:13:17 -0400 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2019-07-10 17:13:17 -0400 |
| commit | 918b0567a071e4fcb61c2afed676c850f8616e89 (patch) | |
| tree | 19fabc7668773994fb54bf494c96959f0d2b1443 /src/client/views/collections | |
| parent | eeff89a0607eaa6a0204ec2cbac794706f3ab393 (diff) | |
Interpolation and keyframe modifications
Diffstat (limited to 'src/client/views/collections')
| -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 1a99ac383..5ee16970b 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -365,8 +365,8 @@ export class CollectionFreeFormView extends CollectionSubView(PanZoomDocument) { <CollectionFreeFormRemoteCursors {...this.props} key="remoteCursors" /> </CollectionFreeFormViewPannableContents> </MarqueeView> + <CollectionFreeFormOverlayView {...this.props} {...this.getDocumentViewProps(this.props.Document)} /> <Timeline {...this.props} /> - <CollectionFreeFormOverlayView {...this.props} {...this.getDocumentViewProps(this.props.Document)} /> </div> ); } |
