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} : {}) };