aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.tsx
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-02-18 01:45:19 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-02-18 01:45:19 -0500
commit4ae8e7791d217a04a913caa75c8e276a50608865 (patch)
tree8ce5a8f882f99f72f1c6c04dfd8e46f1f9cb2a6b /src/client/views/collections/CollectionSchemaView.tsx
parentbc7a13cb54d3f60b4e9ad301d17db2941eb84912 (diff)
Fixed up a bunch of tranform stuff
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
-rw-r--r--src/client/views/collections/CollectionSchemaView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx
index 21780bdb3..9a0ce0782 100644
--- a/src/client/views/collections/CollectionSchemaView.tsx
+++ b/src/client/views/collections/CollectionSchemaView.tsx
@@ -123,7 +123,7 @@ export class CollectionSchemaView extends CollectionViewBase {
<div ref={measureRef}>
<DocumentView Document={children[this.selectedIndex]}
AddDocument={this.addDocument} RemoveDocument={this.removeDocument}
- GetTransform={() => Transform.Identity}//TODO This should probably be an actual transform
+ ScreenToLocalTransform={() => Transform.Identity}//TODO This should probably be an actual transform
Scaling={this._parentScaling}
isTopMost={false}
DocumentView={undefined} ContainingCollectionView={me} />