Merge pull request #1481 from zed-industries/trigger-search-automatically

Automatically trigger project search to occur when deploying
This commit is contained in:
Julia
2022-08-08 16:04:06 -04:00
committed by GitHub
+1
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)
});