adding reset after stop
This commit is contained in:
@ -191,6 +191,7 @@ class Timecode {
|
||||
this.playing = false;
|
||||
this.startTime = 0;
|
||||
});
|
||||
reset();
|
||||
}
|
||||
}
|
||||
class TrackEvent {
|
||||
|
File diff suppressed because one or more lines are too long
@ -213,6 +213,7 @@ class Timecode {
|
||||
this.playing = false;
|
||||
this.startTime = 0;
|
||||
});
|
||||
reset();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user