Merge pull request #10028 from scmmishra/mail-minimizable
feat(UX): allow minimizing new email dialog
This commit is contained in:
commit
7035588bdc
1 changed files with 2 additions and 1 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue