mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
unbreak video thumbs
This commit is contained in:
parent
3fc657bce4
commit
90fea6c389
@ -83,6 +83,7 @@ module.exports = React.createClass({
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
var TintableSvg = sdk.getComponent("elements.TintableSvg");
|
||||||
download = (
|
download = (
|
||||||
<div className="mx_MImageBody_download">
|
<div className="mx_MImageBody_download">
|
||||||
<a href={cli.mxcUrlToHttp(content.url)} target="_blank" rel="noopener">
|
<a href={cli.mxcUrlToHttp(content.url)} target="_blank" rel="noopener">
|
||||||
|
Loading…
Reference in New Issue
Block a user