79593077

Date: 2025-04-25 18:00:38
Score: 1.5
Natty:
Report link

I think I got it to work by changing cancelTouch function:

const cancelTouch = (e: TouchEvent) => e.cancelable && e.preventDefault();
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: magrega