Skip to content

Commit

Permalink
Merge PR #1429 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by hbrunn
  • Loading branch information
OCA-git-bot committed Aug 12, 2024
2 parents 7626fc9 + cfb75a2 commit aabb7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail_drop_target/static/src/js/mail_drop_target.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ patch(Chatter.prototype, "mail_drop_target.mail_drop", {
} else if (drop_file.name.endsWith(".eml")) {
mail_processor = "message_drop";
} else {
this._fileUploaderRef.comp.uploadFiles(ev.detail.files);
this._fileUploaderRef.comp.uploadFiles([drop_file]);
this.chatter.update({isAttachmentBoxVisible: true});
}
if (mail_processor) {
Expand Down

0 comments on commit aabb7ee

Please sign in to comment.