diff options
| author | mehekj <mehek.jethani@gmail.com> | 2022-02-05 12:59:40 -0500 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2022-02-05 12:59:40 -0500 |
| commit | 017016a8de25709b11febb0252b57824339e9151 (patch) | |
| tree | c47d7f93d71d2a32f9de3df8b5c1106c9fc18fe4 /src/client/views/collections/CollectionStackedTimeline.tsx | |
| parent | 922747ad959e95b592b4cde951b31f5503b8970b (diff) | |
fixed merge conflicts
Diffstat (limited to 'src/client/views/collections/CollectionStackedTimeline.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackedTimeline.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackedTimeline.tsx b/src/client/views/collections/CollectionStackedTimeline.tsx index 9a8b2940f..25f2e0b25 100644 --- a/src/client/views/collections/CollectionStackedTimeline.tsx +++ b/src/client/views/collections/CollectionStackedTimeline.tsx @@ -661,7 +661,7 @@ export class CollectionStackedTimeline extends CollectionSubView< height={height} toTimeline={this.toTimeline} layoutDoc={this.layoutDoc} - isDocumentActive={this.props.childDocumentsActive ? this.props.isDocumentActive : this.isContentActive} + // isDocumentActive={this.props.childDocumentsActive ? this.props.isDocumentActive : this.isContentActive} currentTimecode={this.currentTimecode} _timeline={this._timeline} stackedTimeline={this} |
