Focus results editor when project find matches are updated

This commit is contained in:
Antonio Scandurra 2022-02-25 12:17:25 +01:00
parent 561123d6de
commit 5be93044f6

View file

@ -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 {