@@ -19,7 +19,7 @@ export default {
el.addEventListener(
'touchstart',
(e) => {
- e.preventDefault();
+ // e.preventDefault();
e.stopPropagation();
e.currentTarget.style.touchAction = 'none';
const touch = e.touches[0];