Invoke onFinished so the context menu doesn't hang around
This commit is contained in:
@@ -59,6 +59,7 @@ module.exports = React.createClass({
|
||||
|
||||
onCancelSendClick: function() {
|
||||
Resend.removeFromQueue(this.props.mxEvent);
|
||||
if (this.props.onFinished) this.props.onFinished();
|
||||
},
|
||||
|
||||
render: function() {
|
||||
|
||||
Reference in New Issue
Block a user