mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
unbreak video thumbs
This commit is contained in:
parent
3a1159ce12
commit
8e7b1820b9
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue