Add next/previous navigation in modal for media attachments

This commit is contained in:
Eugen Rochko 2017-02-05 02:48:11 +01:00
parent 21972bb398
commit 44fad0160f
7 changed files with 132 additions and 21 deletions

View file

@ -84,8 +84,8 @@ const Status = React.createClass({
this.props.dispatch(mentionCompose(account, router));
},
handleOpenMedia (url) {
this.props.dispatch(openMedia(url));
handleOpenMedia (media, index) {
this.props.dispatch(openMedia(media, index));
},
renderChildren (list) {