Add hiding skip to highlight

Fix #1530
This commit is contained in:
Ajay
2022-11-04 16:05:09 -04:00
parent 2c5db670a4
commit 1775835392
3 changed files with 12 additions and 1 deletions

View File

@@ -142,6 +142,10 @@ export class SkipButtonControlBar {
this.enabled = false;
}
isEnabled(): boolean {
return this.enabled;
}
toggleSkip(): void {
this.skip(this.segment);
this.disableText();