Improve difficulty tooltip display on mobile

This commit is contained in:
Mononaut
2023-07-30 17:59:35 +09:00
parent cac2a984ab
commit d06fe83bd9
3 changed files with 47 additions and 20 deletions

View File

@@ -193,6 +193,7 @@ export class DifficultyComponent implements OnInit {
@HostListener('pointerdown', ['$event'])
onPointerDown(event) {
this.onPointerMove(event);
event.preventDefault();
}
@HostListener('pointermove', ['$event'])