diff options
| author | madelinegr <laura_wilson@brown.edu> | 2019-02-27 15:52:59 -0500 |
|---|---|---|
| committer | madelinegr <laura_wilson@brown.edu> | 2019-02-27 15:52:59 -0500 |
| commit | 4d356d098e44d3d736358d166e905aec1de9c4d6 (patch) | |
| tree | b4d00bebaa3bd76378ef0205855ea810b0e44e89 /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | f7829f425e1ccbc6baa2059c91fa914d21963440 (diff) | |
| parent | c6ce284c0938587df5a0fa759587b33f8beaa68f (diff) | |
merged
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index 03110a9c7..5bcd501cc 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -39,7 +39,8 @@ export class CollectionSchemaView extends CollectionViewBase { isSelected: () => false, select: () => { }, isTopMost: false, - bindings: {} + bindings: {}, + selectOnLoad: false, } let contents = ( <FieldView {...props} /> @@ -185,6 +186,7 @@ export class CollectionSchemaView extends CollectionViewBase { <DocumentView Document={selected} AddDocument={this.props.addDocument} RemoveDocument={this.props.removeDocument} isTopMost={false} + SelectOnLoad={false} ScreenToLocalTransform={this.getTransform} ContentScaling={this.getContentScaling} PanelWidth={this.getPanelWidth} |
