diff options
| author | bobzel <zzzman@gmail.com> | 2022-06-09 11:07:34 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-06-09 11:07:34 -0400 |
| commit | 3213c24210d67af0a4b027863773ad383404a59c (patch) | |
| tree | 42096c7de44f0ed515d521b821e2302cd1ffdb5a /src/client/views/collections/CollectionTimeView.tsx | |
| parent | ec2e780141fb41d3f70aa86b0312211e0b30257c (diff) | |
renamed fitToBox to fitContentsToBox. fixed pinning multiple documents at same time to not bring up presBox multiple times.
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} |
