mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Update dependencies
This commit is contained in:
parent
ba8bf15b4c
commit
08333610ce
8 changed files with 820 additions and 628 deletions
|
|
@ -1861,7 +1861,10 @@ class ComposePopupView extends AbstractViewNext {
|
|||
* @returns {Array}
|
||||
*/
|
||||
getAttachmentsDownloadsForUpload() {
|
||||
return _.map(_.filter(this.attachments(), (item) => item && '' === item.tempName()), (item) => item.id);
|
||||
return _.map(
|
||||
_.filter(this.attachments(), (item) => item && '' === item.tempName()),
|
||||
(item) => item.id
|
||||
);
|
||||
}
|
||||
|
||||
resizerTrigger() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue