diff options
author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-05-29 12:53:50 -0500 |
---|---|---|
committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-05-29 12:53:50 -0500 |
commit | 4ae38a5a1aaeaef101ee5b0bcad3debf9b1a5092 (patch) | |
tree | d8a8727f66401eb2237d56b363d013e85c22993e /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | 47b7229511a2cfe95227607b115cedb311c396ab (diff) | |
parent | e23602188d575c3f2303bfc85114ac82561c7bbe (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into script_documents
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/CollectionFreeFormDocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx index 697111ac8..910aa744d 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -154,6 +154,7 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF width: this.width, height: this.height, zIndex: this.ZInd, + mixBlendMode: StrCast(this.layoutDoc.mixBlendMode) as any, display: this.ZInd === -99 ? "none" : undefined, pointerEvents: this.props.Document.isBackground || this.Opacity === 0 ? "none" : this.props.pointerEvents ? "all" : undefined }} > |