Bugfix: Email addressparser

Cleanup vendor scripts
This commit is contained in:
djmaze 2020-08-12 11:49:40 +02:00
parent aaf4933b0a
commit a8ef5ec75b
11 changed files with 651 additions and 968 deletions

View file

@ -1401,7 +1401,7 @@ class ComposePopupView extends AbstractViewNext {
}
});
this.addAttachmentEnabled(true).dragAndDropEnabled(oJua.isDragAndDropSupported());
this.addAttachmentEnabled(true).dragAndDropEnabled(true);
} else {
this.addAttachmentEnabled(false).dragAndDropEnabled(false);
}