unbreak the custom app (broken by adding linkify to the underlying app)
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = React.createClass({
|
|||||||
render: function() {
|
render: function() {
|
||||||
var content = this.props.mxEvent.getContent();
|
var content = this.props.mxEvent.getContent();
|
||||||
return (
|
return (
|
||||||
<span className="mx_MTextTile" onClick={this.onClick}>
|
<span ref="content" className="mx_MTextTile mx_messageTileType" onClick={this.onClick}>
|
||||||
{content.body}
|
{content.body}
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user