[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

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