diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-14 12:23:10 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-14 12:23:10 -0400 |
| commit | 7e05ea0058766a3afa2ec82f6312f2df87178883 (patch) | |
| tree | a48315b8f76ccee66cbd6b6413045576cd737a44 /src/client/views/collections/CollectionSchemaView.tsx | |
| parent | d0379269b3261f846c42e30f306419044b6025a7 (diff) | |
starting to add LOD
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index fdb82690a..2a1d1dd94 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -307,6 +307,7 @@ export class CollectionSchemaView extends CollectionSubView { <DocumentView Document={doc} addDocument={this.props.addDocument} removeDocument={this.props.removeDocument} isTopMost={false} + opacity={1} selectOnLoad={false} ScreenToLocalTransform={this.getPreviewTransform} ContentScaling={this.getContentScaling} |
