shaogen1995 il y a 1 an
Parent
commit
1d516ad9fe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/useFunctions/useSmoothSwipe.js

+ 1 - 1
src/useFunctions/useSmoothSwipe.js

@@ -164,7 +164,7 @@ export default function useSmoothSwipe({
     }
   }
 
-  function onTouchEnd(e) {
+  function onTouchEnd() {
     isOperating.value = false
   }