Invoke onFinished so the context menu doesn't hang around

pull/477/head
Kegan Dougal 2015-12-07 16:04:46 +00:00
parent 39778330b5
commit 2f905e13e1
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ module.exports = React.createClass({
onCancelSendClick: function() {
Resend.removeFromQueue(this.props.mxEvent);
if (this.props.onFinished) this.props.onFinished();
},
render: function() {