Merge pull request #36657 from GursheenK/enter-blur-event-for-quick-entry
fix: unsaved value in quick entry dialog due to missing blur event
This commit is contained in:
commit
cd5990bd78
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ frappe.ui.FieldGroup = class FieldGroup extends frappe.ui.form.Layout {
|
|||
if (e.which == 13) {
|
||||
if (me.has_primary_action) {
|
||||
e.preventDefault();
|
||||
me.get_primary_btn().trigger("click");
|
||||
frappe.app.trigger_primary_action();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue