CSS and Context Menu tweaks for Rich Quoting/Replies

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2017-12-10 12:46:12 +00:00
parent 9835e2e0b4
commit 10c6f24a83
No known key found for this signature in database
GPG key ID: 3F879DA5AD802A5E
3 changed files with 31 additions and 6 deletions

View file

@ -171,8 +171,8 @@ module.exports = React.createClass({
onQuoteClick: function() {
dis.dispatch({
action: 'quote',
text: this.props.eventTileOps.getInnerText(),
action: 'quote_event',
event: this.props.mxEvent,
});
this.closeMenu();
},