mirror of https://github.com/apache/nifi.git
[NIFI-12746] keep search field open on backdrop click (#8372)
This closes #8372
This commit is contained in:
parent
d5206b1ddd
commit
16eadc88da
|
@ -173,7 +173,6 @@ export class Search implements OnInit {
|
|||
backdropClicked() {
|
||||
this.searchingResultsVisible = false;
|
||||
this.searchForm.get('searchBar')?.setValue('');
|
||||
this.searchInputVisible = false;
|
||||
|
||||
this.processorResults = [];
|
||||
this.connectionResults = [];
|
||||
|
|
Loading…
Reference in New Issue