Skip to content

Commit

Permalink
fix(FEC-14300): gaps in the timeline progress (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
lianbenjamin authored Jan 2, 2025
1 parent 50081f9 commit 77eb454
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/timeline-manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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} : {})
};
Expand Down

0 comments on commit 77eb454

Please sign in to comment.