make quoting work
This commit is contained in:
parent
4439a04689
commit
7de45f8b7b
3 changed files with 85 additions and 56 deletions
|
@ -179,7 +179,7 @@ module.exports = React.createClass({
|
|||
onQuoteClick: function() {
|
||||
dis.dispatch({
|
||||
action: 'quote',
|
||||
text: this.props.eventTileOps.getInnerText(),
|
||||
event: this.props.mxEvent,
|
||||
});
|
||||
this.closeMenu();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue