TATTOOS  |  STEP by STEP  |  PAINTINGS  |  DRAWINGS

buy me a coffee qrc
If you like my work buy me a coffee ☺️
https://buymeacoffee.com/jerrymagni
// Passive event listeners jQuery.event.special.touchstart = { setup: function( _, ns, handle ) { this.addEventListener("touchstart", handle, { passive: !ns.includes("noPreventDefault") }); } }; jQuery.event.special.touchmove = { setup: function( _, ns, handle ) { this.addEventListener("touchmove", handle, { passive: !ns.includes("noPreventDefault") }); } };