We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
github/require-passive-events
passive: false
window.addEventListener('touchmove',touchMove,{passive:false});
This should not trigger agithub/require-passive-events warning because I've explicitly passedpassive: false.