* Mail: take opened compose dialogs into account when trying to forward attachment, share files into mail or vcard attachment from addressbook

This commit is contained in:
Hadi Nategh
2018-07-11 14:39:28 +02:00
parent 484ea5cc60
commit cc3e00f9f1
6 changed files with 78 additions and 17 deletions

View File

@ -482,7 +482,7 @@ egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd)
}
len += tmp.length;
}
else
else if(_extra[i])
{
len += _extra[i].length;
}