Add overlay style to buttons, continue video after expanding it
This commit is contained in:
@ -75,8 +75,8 @@ const mapDispatchToProps = (dispatch) => ({
|
||||
dispatch(openModal('MEDIA', { media, index }));
|
||||
},
|
||||
|
||||
onOpenVideo (media) {
|
||||
dispatch(openModal('VIDEO', { media }));
|
||||
onOpenVideo (media, time) {
|
||||
dispatch(openModal('VIDEO', { media, time }));
|
||||
},
|
||||
|
||||
onBlock (account) {
|
||||
|
Reference in New Issue
Block a user