[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

@@ -23,6 +23,6 @@ export class MiningDashboardComponent implements OnInit, AfterViewChecked {
}
ngAfterViewChecked(): void {
this.stateService.searchFocus$.next(true);
this.stateService.focusSearchInputDesktop();
}
}