Automatically enable project search filters when using Search Inside

This commit is contained in:
Joseph T. Lyons
2023-08-25 02:21:07 -04:00
parent fbc7b37b2f
commit 8288e5591d
+1
View File
@@ -893,6 +893,7 @@ impl ProjectSearchView {
search
.included_files_editor
.update(cx, |editor, cx| editor.set_text(filter_str, cx));
search.filters_enabled = true;
search.focus_query_editor(cx)
});
}