diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2020-02-07 04:27:59 -0500 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-02-07 04:27:59 -0500 |
commit | 703bad5d9f3c6e385fc6f7c4db3b237c0d41401f (patch) | |
tree | 7bb66748a83e76759bc7d2c3d9d8e4bf6aea954b /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | 4eba9ccc46ac6a1ad346ce5027b098a8a5b838c4 (diff) | |
parent | 9f82ece7c763ba4a054d86a715311e0280fcb79f (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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 f484b6115..3bceec45f 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -88,6 +88,7 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF width: this.width, height: this.height, zIndex: this.ZInd, + display: this.ZInd === -99 ? "none" : undefined, pointerEvents: this.props.Document.isBackground ? "none" : undefined }} > |