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

This reverts commit ae8dd1e3fd, reversing
changes made to 96d5dcadf1.
This commit is contained in:
Max Brunsfeld 2022-08-19 09:17:43 -07:00
parent 1f7db46d98
commit d15ba8efb4

View File

@ -450,7 +450,6 @@ 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)
});