mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Resolve #691
This commit is contained in:
parent
6d4f626cd6
commit
b7fd933499
1 changed files with 4 additions and 2 deletions
|
|
@ -265,8 +265,9 @@ export class MailMessageView extends AbstractViewRight {
|
|||
return;
|
||||
}
|
||||
|
||||
if (eqs(event, '.attachmentsPlace .attachmentIconParent')) {
|
||||
if (eqs(event, '.attachmentsPlace .showPreview')) {
|
||||
event.stopPropagation();
|
||||
return;
|
||||
}
|
||||
|
||||
el = eqs(event, '.attachmentsPlace .showPreplay');
|
||||
|
|
@ -287,9 +288,10 @@ export class MailMessageView extends AbstractViewRight {
|
|||
// no default
|
||||
}
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
el = eqs(event, '.attachmentsPlace .attachmentName');
|
||||
el = eqs(event, '.attachmentItem');
|
||||
if (el) {
|
||||
const attachment = ko.dataFor(el), url = attachment?.linkDownload();
|
||||
if (url) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue