mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
update minor text when actively searching
This commit is contained in:
parent
822b1ec002
commit
358e4e5ccf
@ -419,7 +419,7 @@ impl View for ProjectSearchView {
|
||||
};
|
||||
|
||||
let minor_text = if let Some(no_results) = model.no_results {
|
||||
if no_results {
|
||||
if model.pending_search.is_none() && no_results {
|
||||
vec!["No results found in this project for the provided query".to_owned()]
|
||||
} else {
|
||||
vec![]
|
||||
|
Loading…
Reference in New Issue
Block a user