Skip to content

Commit

Permalink
Fix double tap to zoom on touch devices
Browse files Browse the repository at this point in the history
  • Loading branch information
jonamil committed Jun 30, 2024
1 parent 99b26a3 commit 18463a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<main
class="flex h-dvh select-none gap-px bg-separator-color font-sans text-base text-primary-color antialiased selection:bg-selection-color selection:text-primary-selected-color"
class="flex h-dvh touch-manipulation select-none gap-px bg-separator-color font-sans text-base text-primary-color antialiased selection:bg-selection-color selection:text-primary-selected-color"
>
<ThePostsListColumn
v-show="view.availableColumns >= 2 || route.name === 'no-selection'"
Expand Down

1 comment on commit 18463a7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for hackernews-dot-cool ready!

✅ Preview
https://hackernews-dot-cool-lc5tw2ehq-jonamil-56ba8df7.vercel.app

Built with commit 18463a7.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.