Skip to content

Commit

Permalink
Prevent double tap to zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
Iapetus-11 committed Nov 28, 2024
1 parent e0f695b commit a876d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/game/GameView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<button
@click="userClick"
type="button"
class="rounded-full px-5 pb-7"
class="rounded-full px-5 pb-7 touch-manipulation"
:class="tacoAnimationState ? 'scale-[97%]' : 'scale-100'"
>
<span
Expand Down

0 comments on commit a876d9a

Please sign in to comment.