diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-05-17 12:04:40 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-05-17 12:04:40 -0500 |
| commit | 9ad9ace1dd898c64559c0df266b279c37141cf62 (patch) | |
| tree | 0f5a3f7e2185a0535490dde1e8f60e6079788977 /src/client/views/collections/CollectionStackingView.tsx | |
| parent | d7a21aa87bd214c33c511729ce6f98f1d70f0385 (diff) | |
| parent | ceb616873f76ee19549306a735a09697a56291a2 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into script_documents
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index cc6077d98..421bf90c1 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -213,6 +213,7 @@ export class CollectionStackingView extends CollectionSubView(StackingDocument) onClick={this.onChildClickHandler} onDoubleClick={this.onChildDoubleClickHandler} ScreenToLocalTransform={dxf} + opacity={this.props.childOpacity} focus={this.focusDocument} ContainingCollectionDoc={this.props.CollectionView?.props.Document} ContainingCollectionView={this.props.CollectionView} |
