mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
Also show inline images as attachments
This commit is contained in:
parent
7f63a1e82d
commit
da451ed369
4 changed files with 5 additions and 11 deletions
|
|
@ -20,13 +20,6 @@ export class AttachmentCollectionModel extends AbstractCollectionModel
|
|||
*/
|
||||
}
|
||||
|
||||
/**
|
||||
* @returns {boolean}
|
||||
*/
|
||||
hasVisible() {
|
||||
return !!this.filter(item => !item.isLinked()).length;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {string} cid
|
||||
* @returns {*}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue