diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-28 19:53:49 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-03-28 19:53:49 -0400 |
| commit | 0d899471be676f6619244350982630b151bb4b41 (patch) | |
| tree | 506ef7960bf460951155cf2a8efd77f834e17d0c /src/client/views/collections/CollectionTimeView.tsx | |
| parent | dabac69d26c8e8e69bd55466ce221d9e33e36638 (diff) | |
mostly code cleaning. small bugs
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 89b2fbfe3..4d5978548 100644 --- a/src/client/views/collections/CollectionTimeView.tsx +++ b/src/client/views/collections/CollectionTimeView.tsx @@ -150,7 +150,7 @@ export class CollectionTimeView extends CollectionSubView() { engineProps={{ pivotField: this.pivotField, docFilters: this.childDocFilters, docRangeFilters: this.childDocRangeFilters }} fitContentsToBox={returnTrue} childClickScript={this._childClickedScript} - viewDefDivClick={this._viewDefDivClick} + viewDefDivClick={this.layoutEngine() === computeTimelineLayout.name ? undefined : this._viewDefDivClick} //dontScaleFilter={this.dontScaleFilter} layoutEngine={this.layoutEngine} /> |
