mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-08 15:57:37 +08:00
Bugfix: broken message.attachments in compose window
This commit is contained in:
parent
970e9d7d7d
commit
d88c183112
1 changed files with 1 additions and 1 deletions
|
@ -1373,7 +1373,7 @@ class ComposePopupView extends AbstractViewNext {
|
|||
if (ComposeType.ForwardAsAttachment === type) {
|
||||
this.addMessageAsAttachment(message);
|
||||
} else {
|
||||
message.attachments.forEach(item => {
|
||||
message.attachments().forEach(item => {
|
||||
let add = false;
|
||||
switch (type) {
|
||||
case ComposeType.Reply:
|
||||
|
|
Loading…
Reference in a new issue