Merge pull request #10028 from scmmishra/mail-minimizable

feat(UX): allow minimizing new email dialog
This commit is contained in:
mergify[bot] 2020-04-21 18:38:24 +00:00 committed by GitHub
commit 7035588bdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,8 @@ frappe.views.CommunicationComposer = Class.extend({
primary_action: function() {
me.delete_saved_draft();
me.send_action();
}
},
minimizable: true
});
['recipients', 'cc', 'bcc'].forEach(field => {