mirror of https://github.com/vector-im/riot-web
Add file size to tooltip
parent
a8ec8f4c4b
commit
c5c58a5e91
|
@ -202,7 +202,7 @@ export default class MFileBody extends React.Component<IProps, IState> {
|
||||||
placeholder = (
|
placeholder = (
|
||||||
<AccessibleButton className="mx_MediaBody mx_MFileBody_info" onClick={this.onPlaceholderClick}>
|
<AccessibleButton className="mx_MediaBody mx_MFileBody_info" onClick={this.onPlaceholderClick}>
|
||||||
<span className="mx_MFileBody_info_icon" />
|
<span className="mx_MFileBody_info_icon" />
|
||||||
<TextWithTooltip tooltip={presentableTextForFile(this.content, _t("Attachment"), false)}>
|
<TextWithTooltip tooltip={presentableTextForFile(this.content, _t("Attachment"), true)}>
|
||||||
<span className="mx_MFileBody_info_filename">
|
<span className="mx_MFileBody_info_filename">
|
||||||
{ presentableTextForFile(this.content, _t("Attachment"), true, true) }
|
{ presentableTextForFile(this.content, _t("Attachment"), true, true) }
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue