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;
|
||||
}
|
||||
var imgElement = e.target;
|
||||
imgElement.src = MatrixClientPeg.get().mxcUrlToHttp(
|
||||
this.props.mxEvent.getContent().url
|
||||
);
|
||||
imgElement.src = this._getContentUrl();
|
||||
},
|
||||
|
||||
onImageLeave: function(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue