Automatically trigger project search to occur when deploying
This commit is contained in:
@@ -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)
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user