mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Invoke onFinished so the context menu doesn't hang around
This commit is contained in:
parent
39778330b5
commit
2f905e13e1
@ -59,6 +59,7 @@ module.exports = React.createClass({
|
||||
|
||||
onCancelSendClick: function() {
|
||||
Resend.removeFromQueue(this.props.mxEvent);
|
||||
if (this.props.onFinished) this.props.onFinished();
|
||||
},
|
||||
|
||||
render: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user