aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
diff options
context:
space:
mode:
authorAndrew Kim <andrewdkim@users.noreply.github.com>2019-04-22 17:55:26 -0400
committerAndrew Kim <andrewdkim@users.noreply.github.com>2019-04-22 17:55:26 -0400
commitdc998e4871e1e5ddd63eedb1b0c175d5aea6da8b (patch)
tree4f38410bd316bda75a20e14ba63902aa5e749b43 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx
parentb1654dd5e2648c412f6c6a1013fa2ab167999a95 (diff)
new changes
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx4
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>
);
}