Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
d0vgan committed Nov 11, 2024
2 parents 5722e64 + cda800e commit 7a722bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ window.onload = function() {
});
searchResults.style.display = 'block';
/* Min visible size is 2 b/c the <optgroup> label is counted */
helpTopics.size = Math.max(foundTopics.length, 2);
helpTopics.size = Math.max(foundTopics.length + 1, 2);
/* Make sure mobile <select> boxes are never blank */
helpTopics.selectedIndex = 0;
helpTopics.addEventListener('change', clickToView, { 'passive': false });
Expand Down

0 comments on commit 7a722bc

Please sign in to comment.