mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Add file size to tooltip
This commit is contained in:
parent
a8ec8f4c4b
commit
c5c58a5e91
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ export default class MFileBody extends React.Component<IProps, IState> {
|
|||
placeholder = (
|
||||
<AccessibleButton className="mx_MediaBody mx_MFileBody_info" onClick={this.onPlaceholderClick}>
|
||||
<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">
|
||||
{ presentableTextForFile(this.content, _t("Attachment"), true, true) }
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue