Reset the lastPlayedEvent as it would otherwise be used to discard events in machine.ts as follows: (#250)
This commit is contained in:
@@ -217,6 +217,7 @@ export class Replayer {
|
|||||||
*/
|
*/
|
||||||
public play(timeOffset = 0) {
|
public play(timeOffset = 0) {
|
||||||
if (this.service.state.value === 'ended') {
|
if (this.service.state.value === 'ended') {
|
||||||
|
this.service.state.context.lastPlayedEvent = null;
|
||||||
this.service.send({ type: 'REPLAY' });
|
this.service.send({ type: 'REPLAY' });
|
||||||
}
|
}
|
||||||
if (this.service.state.value === 'paused') {
|
if (this.service.state.value === 'paused') {
|
||||||
|
|||||||
Reference in New Issue
Block a user