mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-09 06:06:19 +02:00
oops, forgot this
This commit is contained in:
parent
0e98764d82
commit
9cf49eb62d
@ -96,6 +96,10 @@ module.exports = React.createClass({
|
||||
return MatrixClientPeg.get().mxcUrlToHttp(content.url, 480, 360);
|
||||
},
|
||||
|
||||
onSvgLoad: function(event) {
|
||||
dis.dispatch({ action: "svg_onload", svg: event.target });
|
||||
},
|
||||
|
||||
render: function() {
|
||||
var content = this.props.mxEvent.getContent();
|
||||
var cli = MatrixClientPeg.get();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user