close #153 emit event when it being casted

This commit is contained in:
Yanzhen Yu
2019-12-08 16:45:21 +08:00
parent 3afff63970
commit 2d07b37701
2 changed files with 8 additions and 1 deletions

View File

@@ -313,4 +313,5 @@ export enum ReplayerEvents {
SkipStart = 'skip-start',
SkipEnd = 'skip-end',
MouseInteraction = 'mouse-interaction',
EventCast = 'event-cast',
}