mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-25 01:34:02 +00:00
Automatically trigger project search to occur when deploying
This commit is contained in:
parent
96d5dcadf1
commit
db52593d9b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue