[search bar] dont auto focus if touch screen

This commit is contained in:
nymkappa
2023-07-24 11:35:46 +09:00
parent 6ce3c1d75d
commit da4a20cb85
4 changed files with 35 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ export class DashboardComponent implements OnInit, OnDestroy, AfterViewChecked {
) { }
ngAfterViewChecked(): void {
this.stateService.searchFocus$.next(true);
this.stateService.focusSearchInputDesktop();
}
ngOnDestroy(): void {