chore: linting fixes
This commit is contained in:
parent
68e4509792
commit
1b525f0f86
1 changed files with 2 additions and 2 deletions
|
|
@ -496,14 +496,14 @@ frappe.setup_search = function (target, search_scope) {
|
|||
offsetIndex = dropdownItems.length - 1;
|
||||
$input.off('blur');
|
||||
dropdownItems.eq(offsetIndex).focus();
|
||||
}
|
||||
};
|
||||
|
||||
function clear_dropdown() {
|
||||
offsetIndex = 0;
|
||||
$dropdown_menu.html('');
|
||||
$dropdown_menu.removeClass('show');
|
||||
dropdownItems = undefined;
|
||||
};
|
||||
}
|
||||
|
||||
// Remove focus state on hover
|
||||
$dropdown_menu.mouseover(function() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue