fix: Enable focusing on input field of popover when modal is open
This commit is contained in:
parent
fd99f4bb61
commit
eab66e115f
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ frappe.ui.Dialog = class Dialog extends frappe.ui.FieldGroup {
|
|||
me.focus_on_first_input();
|
||||
me.on_page_show && me.on_page_show();
|
||||
$(document).trigger('frappe.ui.Dialog:shown');
|
||||
$(document).off('focusin.modal');
|
||||
})
|
||||
.on('scroll', function() {
|
||||
var $input = $('input:focus');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue