mirror of https://github.com/vector-im/riot-web
Fix gif hoverover
parent
4214c67f8f
commit
dc679a8eca
|
@ -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…
Reference in New Issue