Skip to content

Commit 10aad28

Browse files
committed
feat: allow swipes in the theme generator area on mobile phones
1 parent df04731 commit 10aad28

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/themes/ThemeGenerator.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,7 @@ watchEffect(() => {
128128

129129
<template>
130130
<div class="mx-auto my-12 max-w-240 flex flex-col gap-4 px-4">
131-
<!-- @touch*.stop prevents mobile swipes -->
132131
<div
133-
@touchstart.stop
134-
@touchmove.stop
135-
@touchend.stop
136132
class="relative w-full flex flex-wrap gap-0 overflow-x-auto rounded-md bg-catppuccin-900 sm:flex-nowrap"
137133
>
138134
<div class="flex shrink-0 gap-0 sm:flex-col">

0 commit comments

Comments
 (0)