diff options
| author | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-04-22 17:55:26 -0400 |
|---|---|---|
| committer | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-04-22 17:55:26 -0400 |
| commit | dc998e4871e1e5ddd63eedb1b0c175d5aea6da8b (patch) | |
| tree | 4f38410bd316bda75a20e14ba63902aa5e749b43 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | b1654dd5e2648c412f6c6a1013fa2ab167999a95 (diff) | |
new changes
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index a54fe601a..1de4d157f 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -297,14 +297,12 @@ export class CollectionFreeFormView extends CollectionSubView { <InkingCanvas getScreenTransform={this.getTransform} Document={this.props.Document} > {this.childViews} </InkingCanvas> - </CollectionFreeFormLinksView> <CollectionFreeFormRemoteCursors {...this.props} key="remoteCursors" /> </CollectionFreeFormViewPannableContents> <CollectionFreeFormOverlayView {...this.getDocumentViewProps(this.props.Document)} /> - </MarqueeView> - <Timeline {...this.getDocumentViewProps(this.props.Document)}/> + <Timeline {...this.props}/> </div> ); } |
