Allow clicking on undownloaded generic attachment
This commit is contained in:
parent
eb244e93fc
commit
290498153d
2 changed files with 0 additions and 8 deletions
|
@ -1087,9 +1087,6 @@ export class Message extends React.PureComponent<Props, State> {
|
|||
: null,
|
||||
withContentAbove
|
||||
? 'module-message__generic-attachment--with-content-above'
|
||||
: null,
|
||||
!firstAttachment.url
|
||||
? 'module-message__generic-attachment--not-active'
|
||||
: null
|
||||
)}
|
||||
// There's only ever one of these, so we don't want users to tab into it
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue