Skip to content

Commit

Permalink
fix autoplay
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Issleib <ben@kampfq.eu>
  • Loading branch information
kampfq committed Feb 16, 2019
1 parent 53f1a68 commit e3c1454
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@
main: '#00D7B5'
}
}).then(function (store) {
store.dispatch(store.actions.play())
})
store.dispatch({
type: 'UI_PLAY',
payload: {}
})})
;">
<img class="timeline-play-icon" src="{{ asset('fonts/svg/media-play.svg') }}" alt="icon name">

Expand Down

0 comments on commit e3c1454

Please sign in to comment.