mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 14:08:23 +00:00
bootstrap_typeahead: Remove fixed argument.
Tippy uses a different strategy for positioning items, so this will not be required.
This commit is contained in:
@@ -170,7 +170,6 @@ function build_page(): void {
|
||||
return [...language_labels.keys()];
|
||||
},
|
||||
items: 5,
|
||||
fixed: true,
|
||||
helpOnEmptyStrings: true,
|
||||
highlighter_html: (item: string): string =>
|
||||
render_typeahead_item({primary: language_labels.get(item)}),
|
||||
|
||||
Reference in New Issue
Block a user