We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab51490 commit 306ff91Copy full SHA for 306ff91
src/components/log_search_popup.rs
@@ -380,15 +380,11 @@ impl Component for LogSearchPopupComponent {
380
) && self.option_selected()
381
{
382
self.toggle_option();
383
+ } else if !self.option_selected() {
384
+ self.find_text.event(event)?;
385
}
386
387
- if !self.option_selected()
- && self.find_text.event(event)?.is_consumed()
388
- {
389
- return Ok(EventState::Consumed);
390
- }
391
-
392
return Ok(EventState::Consumed);
393
394
0 commit comments