diff options
| author | bobzel <zzzman@gmail.com> | 2020-12-15 22:18:08 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-12-15 22:18:08 -0500 |
| commit | ada340bb7b6e86814db431e70f1e892162302814 (patch) | |
| tree | e0df8fbda7be29fbe1911f0c1242d7dc5d6b577a /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | |
| parent | 1489d09a2e3f74d232bad33dd49cd58cbb5fdbfc (diff) | |
from last
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx index 58e2863e5..4ac4f4079 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.tsx @@ -1575,7 +1575,7 @@ export class CollectionFreeFormView extends CollectionSubView<PanZoomDocument, P </svg> </div>} - {(this.ChildDrag || this.props.layerProvider?.(this.props.Document) === false) && SnappingManager.GetIsDragging() && this.props.Document._isGroup ? + {this.props.Document._isGroup && SnappingManager.GetIsDragging() && (this.ChildDrag || this.props.layerProvider?.(this.props.Document) === false) ? <div className="collectionFreeForm-groupDropper" ref={this.createDashEventsTarget} style={{ width: this.ChildDrag ? "10000" : "100%", height: this.ChildDrag ? "10000" : "100%", |
