Fixed a bug where the audio for a previous sample continued to play when the skip button was pressed.
parent
70ef94461c
commit
463e0f9278
|
@ -95,6 +95,7 @@ export class TagComponent implements OnInit {
|
|||
}
|
||||
|
||||
skipToNextEvent(): void {
|
||||
this.waveform.pause();
|
||||
this.buttonsDisabled = true;
|
||||
this.isTagged = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue