limit suggestions to 100 by default

This commit is contained in:
yggverse 2025-03-13 14:17:26 +02:00
parent 64f1867aa3
commit b71b2cd7fa

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(None); suggestion.update(Some(100)); // @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