mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
fix unit tests
This commit is contained in:
committed by
Yasa-Nataliya
parent
a4c640d757
commit
1dd1a513b5
@@ -135,7 +135,9 @@ export class SearchInputComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
onMenuOpened() {
|
||||
this.searchInputControl.searchInput.nativeElement.focus();
|
||||
if (this.searchInputControl) {
|
||||
this.searchInputControl.searchInput?.nativeElement?.focus();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user