CSS and Context Menu tweaks for Rich Quoting/Replies
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
9835e2e0b4
commit
10c6f24a83
3 changed files with 31 additions and 6 deletions
|
@ -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();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue