Fix gif hoverover
This commit is contained in:
parent
4214c67f8f
commit
dc679a8eca
1 changed files with 1 additions and 3 deletions
|
@ -75,9 +75,7 @@ module.exports = React.createClass({
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var imgElement = e.target;
|
var imgElement = e.target;
|
||||||
imgElement.src = MatrixClientPeg.get().mxcUrlToHttp(
|
imgElement.src = this._getContentUrl();
|
||||||
this.props.mxEvent.getContent().url
|
|
||||||
);
|
|
||||||
},
|
},
|
||||||
|
|
||||||
onImageLeave: function(e) {
|
onImageLeave: function(e) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue