shaogen1995 1 ano atrás
pai
commit
1d516ad9fe
1 arquivos alterados com 1 adições e 1 exclusões
  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
   }