diff options
| author | bobzel <zzzman@gmail.com> | 2022-06-09 16:58:53 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-06-09 16:58:53 -0400 |
| commit | 8ef0c6c08bd9c2e3654477b039686bab6b0ff991 (patch) | |
| tree | cd06f17e057a47d72f5435c650c36adacb9eab1b /src/client/views/collections/CollectionTimeView.tsx | |
| parent | dde011efbfc366dbc3bb04b52fdb6e30fcca37f5 (diff) | |
| parent | efb32ff12d94bff4474ac7ae57fbae754423a61a (diff) | |
Merge branch 'master' into mainview-jenny
Diffstat (limited to 'src/client/views/collections/CollectionTimeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTimeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTimeView.tsx b/src/client/views/collections/CollectionTimeView.tsx index 4f6f45d2f..7573b938a 100644 --- a/src/client/views/collections/CollectionTimeView.tsx +++ b/src/client/views/collections/CollectionTimeView.tsx @@ -135,7 +135,7 @@ export class CollectionTimeView extends CollectionSubView() { onClick={this.contentsDown}> <CollectionFreeFormView {...this.props} engineProps={{ pivotField: this.pivotField, docFilters: this.childDocFilters, docRangeFilters: this.childDocRangeFilters }} - fitContentsToDoc={returnTrue} + fitContentsToBox={returnTrue} childClickScript={this._childClickedScript} viewDefDivClick={this._viewDefDivClick} childFreezeDimensions={true} |
