[search bar] dont auto focus if touch screen

This commit is contained in:
nymkappa
2023-07-24 11:35:46 +09:00
parent fcd3bec790
commit ed38102f9b
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();
}
}