mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
reduce suggestions quantity to 50 by default
This commit is contained in:
parent
19a07cdf1d
commit
dcaa671ac1
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(Some(100)); // @TODO optional
|
||||
suggestion.update(Some(50)); // @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