From 77eb4541f9336a1734de80f0b74a9512996c242d Mon Sep 17 00:00:00 2001 From: lianbenjamin <79077248+lianbenjamin@users.noreply.github.com> Date: Thu, 2 Jan 2025 18:37:57 +0200 Subject: [PATCH] fix(FEC-14300): gaps in the timeline progress (#48) --- src/timeline-manager.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/timeline-manager.tsx b/src/timeline-manager.tsx index 1ed6b8b..00ccaa6 100644 --- a/src/timeline-manager.tsx +++ b/src/timeline-manager.tsx @@ -74,6 +74,7 @@ class TimelineManager { this._getThumbnailInfoFn = fn; }, addSeekBarPreview: this._addSeekBarPreview, + reset: () => this.reset(), // Expose entire timelineManager for testing purposes ...((window as any)._TEST_ENV ? {timelineManager: this} : {}) };