diff options
author | madelinegr <mgriswold99@gmail.com> | 2019-03-02 17:07:01 -0500 |
---|---|---|
committer | madelinegr <mgriswold99@gmail.com> | 2019-03-02 17:07:01 -0500 |
commit | b30d129dfd0f7c4a462a0af1dde13a9a0d1699fc (patch) | |
tree | 874a5434c004124835c6b02d7ef5a0058240d8c0 /src/client/views/collections/CollectionSchemaView.tsx | |
parent | 3b60e04d22f438b81de9e5ce8707e9bbd4a82d0c (diff) | |
parent | bde8aabad7e5745b4797e73b564e4efb19faeca9 (diff) |
mer con
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} |