From 1a47021a14a7b3b6da1a46765228cd4a99940184 Mon Sep 17 00:00:00 2001 From: mehekj Date: Thu, 30 Jun 2022 10:24:28 -0400 Subject: stacked timeline timecode fix --- src/client/views/collections/CollectionStackedTimeline.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/client/views/collections/CollectionStackedTimeline.tsx b/src/client/views/collections/CollectionStackedTimeline.tsx index 3e85edac8..b00017453 100644 --- a/src/client/views/collections/CollectionStackedTimeline.tsx +++ b/src/client/views/collections/CollectionStackedTimeline.tsx @@ -725,12 +725,12 @@ export class CollectionStackedTimeline extends CollectionSubView {/* {this.renderDictation} */} - { /* check time to prevent weird div overflow */ this._hoverTime < this.clipDuration &&
} + />
-
{formatTime(this._hoverTime)}
+
{formatTime(this._hoverTime - this.clipStart)}
{this._thumbnail && }
); -- cgit v1.2.3-70-g09d2