mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-26 03:59:55 +00:00
Automatically enable project search filters when using Search Inside
This commit is contained in:
parent
fbc7b37b2f
commit
8288e5591d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue