Revert "Focus filters when enabled"

This reverts commit 13a6b65a35.
This commit is contained in:
Piotr Osiewicz 2023-08-04 12:24:57 +02:00
parent 13a6b65a35
commit 50d03ffc8c

View file

@ -1507,11 +1507,6 @@ impl ProjectSearchBar {
if let Some(search_view) = self.active_project_search.as_ref() {
search_view.update(cx, |search_view, cx| {
search_view.filters_enabled = !search_view.filters_enabled;
if search_view.filters_enabled {
cx.focus(&search_view.included_files_editor);
} else {
cx.focus(&search_view.query_editor);
}
search_view
.included_files_editor
.update(cx, |_, cx| cx.notify());