Open files in new window too

This commit is contained in:
David Baker 2015-07-09 17:45:03 +01:00
parent a00510c1ca
commit 27d92fa98a
2 changed files with 21 additions and 1 deletions

View file

@ -32,7 +32,7 @@ module.exports = React.createClass({
return (
<span className="mx_MFileTile">
<a href={cli.mxcUrlToHttp(content.url)}>
<a href={cli.mxcUrlToHttp(content.url)} target="_blank">
{this.presentableTextForFile(content)}
</a>
</span>