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/presentationview | |
| 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/presentationview')
| -rw-r--r-- | src/client/views/presentationview/PresElementBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/presentationview/PresElementBox.tsx b/src/client/views/presentationview/PresElementBox.tsx index 280ba9093..26c8aa80a 100644 --- a/src/client/views/presentationview/PresElementBox.tsx +++ b/src/client/views/presentationview/PresElementBox.tsx @@ -177,6 +177,7 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps, PresDoc focus={emptyFunction} whenActiveChanged={returnFalse} bringToFront={returnFalse} + opacity={returnOne} ContainingCollectionView={undefined} ContainingCollectionDoc={undefined} ContentScaling={returnOne} |
