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