Change ref handling in TextualBody to prevent it parsing generated nodes
Remove unused paths Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
89fdfd7a23
commit
702a8ff4a9
3 changed files with 19 additions and 17 deletions
|
@ -422,7 +422,7 @@ module.exports = createReactClass({
|
|||
</MenuItem>
|
||||
);
|
||||
|
||||
if (this.props.eventTileOps && this.props.eventTileOps.getInnerText) {
|
||||
if (this.props.eventTileOps) { // this event is rendered using TextuaLBody
|
||||
quoteButton = (
|
||||
<MenuItem className="mx_MessageContextMenu_field" onClick={this.onQuoteClick}>
|
||||
{ _t('Quote') }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue