diff --git a/crates/find/src/project_find.rs b/crates/find/src/project_find.rs index bd541b731d705eaec6bb8f986069467b89384bea..0743e2cce0af45d4e8327daab3ddeb3f722f7ae1 100644 --- a/crates/find/src/project_find.rs +++ b/crates/find/src/project_find.rs @@ -264,6 +264,7 @@ impl ProjectFindView { ); editor.select_ranges([0..0], Some(Autoscroll::Fit), cx); }); + cx.focus(&self.results_editor); } fn render_query_editor(&self, cx: &mut RenderContext) -> ElementBox {