diff options
author | bob <bcz@cs.brown.edu> | 2019-02-19 12:43:46 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-02-19 12:43:46 -0500 |
commit | 260e0a361fefea686807d5b1cf8445ddc3f3045c (patch) | |
tree | 842f14532aee5dbf52b804b317838559296daf9e /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | 98f5f8200ad98f93f14eb97af9fdc6619dabe442 (diff) | |
parent | 39c6ba3292467979e310f3b577041c2f5e38273f (diff) |
converting main to use a DockingView
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/CollectionFreeFormDocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx index e04135257..bb85f85a3 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -93,7 +93,7 @@ export class CollectionFreeFormDocumentView extends React.Component<DocumentView backgroundColor: "transparent" }} > - <DocumentView {...this.props} Scaling={this.width / this.nativeWidth} ScreenToLocalTransform={this.getTransform} /> + <DocumentView {...this.props} Scaling={parentScaling} ScreenToLocalTransform={this.getTransform} /> </div> ); } |