@fy-/fws-vue 2.0.99 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -242,8 +242,6 @@ onUnmounted(() => {
242
242
  </div>
243
243
  <div
244
244
  class="flex-1 flex flex-col z-[2] items-center justify-center max-w-full lg:max-w-[calc(100vw - 256px)] relative"
245
- @touchstart="touchStart"
246
- @touchend="touchEnd"
247
245
  >
248
246
  <transition
249
247
  :name="direction === 'next' ? 'slide-next' : 'slide-prev'"
@@ -256,6 +254,8 @@ onUnmounted(() => {
256
254
  >
257
255
  <div
258
256
  class="flex-1 w-full max-w-full flex items-center justify-center"
257
+ @touchstart="touchStart"
258
+ @touchend="touchEnd"
259
259
  >
260
260
  <template
261
261
  v-if="videoComponent && isVideo(images[modelValue])"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.0.99",
3
+ "version": "2.1.01",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {