diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-30 13:21:38 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-30 13:21:38 -0400 |
| commit | 6e7b3b9ea87a622b7ec8b416b6012d0905ede8ae (patch) | |
| tree | bfb2e2687f18da704a837438aa5745730a153414 /src/client/views/collections/collectionFreeForm | |
| parent | d998ffa342401e561e551ae8e94aa263cb17a8a3 (diff) | |
cleaned up more active stuff - renderDepth === 0 no longer triggers contents active. containing view should set isContentsActive=true.
Diffstat (limited to 'src/client/views/collections/collectionFreeForm')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/MarqueeView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx index d7a0d3f34..314ce7447 100644 --- a/src/client/views/collections/collectionFreeForm/MarqueeView.tsx +++ b/src/client/views/collections/collectionFreeForm/MarqueeView.tsx @@ -366,6 +366,7 @@ export class MarqueeView extends React.Component<SubCollectionViewProps & Marque newCollection._width = this.Bounds.width; newCollection._height = this.Bounds.height; newCollection._isGroup = makeGroup; + newCollection.forceActive = true; newCollection.x = this.Bounds.left; newCollection.y = this.Bounds.top; selected.forEach(d => d.context = newCollection); |
