mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-9374] Close menu on search trigger
This commit is contained in:
+3
-3
@@ -192,9 +192,9 @@ export class SearchInputComponent implements OnInit, OnDestroy {
|
|||||||
this.notificationService.showError('APP.BROWSE.SEARCH.EMPTY_SEARCH');
|
this.notificationService.showError('APP.BROWSE.SEARCH.EMPTY_SEARCH');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.trigger) {
|
setTimeout(() => {
|
||||||
this.trigger.closeMenu();
|
this.trigger?.closeMenu();
|
||||||
}
|
}, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
onSearchChange(searchTerm: string) {
|
onSearchChange(searchTerm: string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user