Search bar fixes.

This commit is contained in:
softsimon
2022-08-30 22:36:13 +02:00
parent 0dfda66578
commit a2e6b265d3
3 changed files with 9 additions and 1 deletions

View File

@@ -156,6 +156,7 @@ export class SearchFormComponent implements OnInit {
this.navigate('/tx/', matches[0]);
}
} else {
this.searchResults.searchButtonClick();
this.isSearching = false;
}
}