diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-14 09:54:04 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-14 09:54:04 -0400 |
| commit | 7921253dfc1e115b9e8beaa845f952fa5c3eb226 (patch) | |
| tree | 3c785523ab35f421b69ad3c5517e22d2bb55027a /src/client/views/collections/CollectionFreeFormView.tsx | |
| parent | f905d60fecaf7301c1ffb716529d6e5b86130798 (diff) | |
fixed zoom behavior of pdf / video buttons.
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionFreeFormView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.tsx b/src/client/views/collections/CollectionFreeFormView.tsx index 08f3a338b..98fb23fa4 100644 --- a/src/client/views/collections/CollectionFreeFormView.tsx +++ b/src/client/views/collections/CollectionFreeFormView.tsx @@ -335,7 +335,7 @@ export class CollectionFreeFormView extends CollectionViewBase { ref={this._canvasRef}> {this.backgroundView} <InkingCanvas getScreenTransform={this.getTransform} Document={this.props.Document} /> - <PreviewCursor container={this} addLiveTextDocuemnt={this.addLiveTextBox} getTransform={this.getTransform} /> + <PreviewCursor container={this} addLiveTextDocument={this.addLiveTextBox} getTransform={this.getTransform} /> {this.views} </div> <MarqueeView container={this} activeDocuemnts={this.getActiveDocuments} selectDocuments={this.selectDocuments} addDocument={this.props.addDocument} removeDocument={this.props.removeDocument} getMarqueeTransform={this.getMarqueeTransform} getTransform={this.getTransform} /> |
