Focus results editor when project find matches are updated

Antonio Scandurra created

Change summary

crates/find/src/project_find.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

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<Self>) -> ElementBox {