diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-12 16:04:08 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-12 16:04:08 -0400 |
| commit | c694f7d7d9fbb88f2b2fa6ebb6093e9265a0b0b7 (patch) | |
| tree | 07d2247801f65736d158eeed4e97777c5896cd28 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | 0afa18bfc219c597ad55a52ffc5a2086c3d110d2 (diff) | |
moved previewcursor to main
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index e38e71a68..dae62f126 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -325,8 +325,7 @@ export class CollectionFreeFormView extends CollectionSubView { <MarqueeView container={this} activeDocuments={this.getActiveDocuments} selectDocuments={this.selectDocuments} addDocument={this.addDocument} removeDocument={this.props.removeDocument} getContainerTransform={this.getContainerTransform} getTransform={this.getTransform}> - <PreviewCursor container={this} addLiveTextDocument={this.addLiveTextBox} - getContainerTransform={this.getContainerTransform} getTransform={this.getTransform} > + <PreviewCursor container={this} addLiveTextDocument={this.addLiveTextBox} getTransform={this.getTransform} > <div className="collectionfreeformview" ref={this._canvasRef} style={{ transform: `translate(${dx}px, ${dy}px) scale(${zoom}, ${zoom}) translate(${panx}px, ${pany}px)` }}> {blay} |
