fix: Enable focusing on input field of popover when modal is open

This commit is contained in:
shariquerik 2021-08-03 12:43:25 +05:30
parent fd99f4bb61
commit eab66e115f

View file

@ -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');