Skip to content

Commit 4ab4883

Browse files
committed
Update lastPlayedEvent in live mode
1 parent e717cda commit 4ab4883

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/replay/machine.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ export function createPlayerService(
126126
target: 'live',
127127
actions: ['addEvent'],
128128
},
129+
CAST_EVENT: {
130+
target: 'live',
131+
actions: 'castEvent',
132+
},
129133
},
130134
},
131135
},

0 commit comments

Comments
 (0)