reduce suggestions quantity to 50 by default

This commit is contained in:
yggverse 2025-03-14 14:43:17 +02:00
parent 19a07cdf1d
commit dcaa671ac1

View file

@ -116,7 +116,7 @@ impl Request {
// Show search suggestions // Show search suggestions
if this.focus_child().is_some() { 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 })); // `suggestion` wants `signal_handler_id` to block this event on autocomplete navigation