Skip to content

Commit

Permalink
disable skip button when loading
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Dec 6, 2024
1 parent fa66e1b commit 801f03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js-components/skipButtonControlBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class SkipButtonControlBar {

this.container = document.createElement("div");
this.container.classList.add("skipButtonControlBarContainer");
// this.container.classList.add("sbhidden");
this.container.classList.add("sbhidden");

this.skipButton = document.createElement("button");
this.skipButton.classList.add("bpx-player-ctrl-btn", "playerButton");
Expand Down

0 comments on commit 801f03c

Please sign in to comment.