diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-24 03:37:41 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-03-24 03:37:41 -0400 |
| commit | 3a3e496dda5f9a1f5286a2c9f62524de59794ade (patch) | |
| tree | c074379c191a42e5f1b34a197d5e2138c1f8b252 /src/client/views/collections/CollectionView.tsx | |
| parent | bdeeb202d264b2710f21b816f4e05a29793aa78e (diff) | |
overhaul of selection api so that schema and other views behave like freeform and use document views onClick for selection
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index eafa50d27..51624689e 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -257,7 +257,7 @@ export class CollectionView extends ViewBoxAnnotatableComponent<ViewBoxAnnotatab return StrCast(this.rootDoc.childLayoutString, this.props.childLayoutString); } - isContentActive = (outsideReaction?: boolean) => this.props.isContentActive(); + isContentActive = (outsideReaction?: boolean) => this.props.isContentActive() || this.isAnyChildContentActive(); render() { TraceMobx(); |
