mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
limit suggestions to 100 by default
This commit is contained in:
parent
64f1867aa3
commit
b71b2cd7fa
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ impl Request {
|
|||
|
||||
// Show search suggestions
|
||||
if this.focus_child().is_some() {
|
||||
suggestion.update(None);
|
||||
suggestion.update(Some(100)); // @TODO optional
|
||||
}
|
||||
}
|
||||
})); // `suggestion` wants `signal_handler_id` to block this event on autocomplete navigation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue