diff options
author | bobzel <zzzman@gmail.com> | 2020-09-15 22:46:19 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-09-15 22:46:19 -0400 |
commit | 7d2d10747fec2d3377004bf6df7e95d7661e27f6 (patch) | |
tree | 8b818e9947700937aa979eb31fd489ee322c2b5d /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | d11bee7e5e25240d37827c5369e45e551d22eafe (diff) |
fixed some warnings
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 5df36435c..57d461bf8 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -265,6 +265,7 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF zIndex: this.ZInd, mixBlendMode: StrCast(this.layoutDoc.mixBlendMode) as any, display: this.ZInd === -99 ? "none" : undefined, + // @ts-ignore pointerEvents: this.props.Document._isBackground || this.Opacity === 0 || this.props.Document.type === DocumentType.INK || this.props.Document.isInkMask ? "none" : this.props.pointerEvents }} > |