mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
enhance: do NOT show search suggestion if input string is empty (#775)
Some checks failed
Some checks failed
This commit is contained in:
parent
a52977baf3
commit
d1a1b4b2b9
1 changed files with 3 additions and 1 deletions
|
@ -137,6 +137,8 @@ namespace SourceGit.ViewModels
|
|||
{
|
||||
_revisionFiles.Clear();
|
||||
_revisionFiles.AddRange(files);
|
||||
|
||||
if (!string.IsNullOrEmpty(_revisionFileSearchFilter))
|
||||
UpdateRevisionFileSearchSuggestion();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue