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 98e119e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js-components/skipButtonControlBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ export class SkipButtonControlBar {

props.selectSegment(null);
});

this.disable();
}

getElement(): HTMLElement {
Expand Down

0 comments on commit 98e119e

Please sign in to comment.