mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
unbreak the custom app (broken by adding linkify to the underlying app)
This commit is contained in:
parent
c33899e93a
commit
c4b2530cc0
@ -27,7 +27,7 @@ module.exports = React.createClass({
|
||||
render: function() {
|
||||
var content = this.props.mxEvent.getContent();
|
||||
return (
|
||||
<span className="mx_MTextTile" onClick={this.onClick}>
|
||||
<span ref="content" className="mx_MTextTile mx_messageTileType" onClick={this.onClick}>
|
||||
{content.body}
|
||||
</span>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user