We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c470109 commit 8cc3843Copy full SHA for 8cc3843
src/js-components/previewBar.ts
@@ -214,6 +214,9 @@ class PreviewBar {
214
while (this.container.firstChild) {
215
this.container.removeChild(this.container.firstChild);
216
}
217
+
218
+ if (this.customChaptersBar) this.customChaptersBar.style.display = "none";
219
+ this.originalChapterBar?.style?.removeProperty("display");
220
221
222
set(segments: PreviewBarSegment[], videoDuration: number): void {
0 commit comments