Skip to content

Commit

Permalink
Wider scope for selector
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jan 22, 2024
1 parent 0790e4b commit c4d8e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

// Auto select input search box
$("#search-menu-dropdown", document).on("shown.bs.dropdown", () => {
$("#edit-keys-dropdown", $(this))
$("#edit-keys-dropdown", document)
.focus()
.select();
});
Expand Down

0 comments on commit c4d8e1a

Please sign in to comment.