Automatically trigger project search to occur when deploying

This commit is contained in:
ForLoveOfCats 2022-08-08 13:17:19 -04:00
parent 96d5dcadf1
commit db52593d9b

View file

@ -477,6 +477,7 @@ impl ProjectSearchView {
search.update(cx, |search, cx| {
if let Some(query) = query {
search.set_query(&query, cx);
search.search(cx);
}
search.focus_query_editor(cx)
});