Merge remote-tracking branch 'origin/develop' into develop

pull/4354/head
Weblate 2017-06-18 22:45:15 +00:00
commit 396ecf6570
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ module.exports = React.createClass({
onForwardClick: function() {
dis.dispatch({
action: 'forward_event',
content: this.props.mxEvent,
event: this.props.mxEvent,
});
this.closeMenu();
},