mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
Revert "Merge pull request #1481 from zed-industries/trigger-search-automatically"
This reverts commitae8dd1e3fd
, reversing changes made to96d5dcadf1
.
This commit is contained in:
parent
1f7db46d98
commit
d15ba8efb4
1 changed files with 0 additions and 1 deletions
|
@ -450,7 +450,6 @@ impl ProjectSearchView {
|
||||||
search.update(cx, |search, cx| {
|
search.update(cx, |search, cx| {
|
||||||
if let Some(query) = query {
|
if let Some(query) = query {
|
||||||
search.set_query(&query, cx);
|
search.set_query(&query, cx);
|
||||||
search.search(cx);
|
|
||||||
}
|
}
|
||||||
search.focus_query_editor(cx)
|
search.focus_query_editor(cx)
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue