Skip to content

Commit

Permalink
Fix: Game On Touch End
Browse files Browse the repository at this point in the history
  • Loading branch information
jaavid committed Jun 27, 2024
1 parent be2b412 commit ba3ffda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Game.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export function GamePage() {
onMouseDown={handleMouseDown}
onMouseUp={handleMouseUp}
onTouchStart={handleMouseDown}
onTouchEnd={handleMouseUp}
>
<Image
src="https://kc.rahomaskan.com/assets/images/khar10.png" />
Expand Down

0 comments on commit ba3ffda

Please sign in to comment.