mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Decrease maximum number of search suggestions.
This fixes an issue with the menu going below the bottom of screen with non-tiny windows, and it was rare that anyone benefitted from the extra suggestions. Fixes: #4133.
This commit is contained in:
@@ -53,7 +53,7 @@ exports.initialize = function () {
|
||||
return suggestions.strings;
|
||||
},
|
||||
fixed: true,
|
||||
items: 30,
|
||||
items: 12,
|
||||
helpOnEmptyStrings: true,
|
||||
naturalSearch: true,
|
||||
highlighter: function (item) {
|
||||
|
||||
Reference in New Issue
Block a user