diff options
| author | bobzel <zzzman@gmail.com> | 2019-02-12 21:08:04 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2019-02-12 21:08:04 -0500 |
| commit | e09ddf280d0e2bdef28477a6d7be06c57051dab6 (patch) | |
| tree | 34843e07ff2fbcae30c9a534b3beb4e89590dca4 /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | 7a93f60c9529e5d175e617fc7c07145a9b33e572 (diff) | |
fixed up nested selections and scaling
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index f1e882e20..eec3b275c 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -109,7 +109,7 @@ export class CollectionSchemaView extends CollectionViewBase { <DocumentView Document={children[this.selectedIndex]} AddDocument={this.addDocument} RemoveDocument={this.removeDocument} GetTransform={() => Transform.Identity}//TODO This should probably be an actual transform - Scaling={1} + ParentScaling={1} DocumentView={undefined} ContainingCollectionView={this} /> ) } else { |
