restore removed method

This commit is contained in:
Denys Vuika
2023-02-13 13:47:54 -05:00
parent 32c7ca7bfb
commit c5e9f4cf53

View File

@@ -154,6 +154,7 @@ export class SearchInputComponent implements OnInit, OnDestroy {
} else {
this.store.dispatch(new SnackbarErrorAction('APP.BROWSE.SEARCH.EMPTY_SEARCH'));
}
this.trigger.closeMenu();
}
onSearchChange(searchTerm: string) {