lesca-click
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -29,3 +29,3 @@ "use strict"; | ||
if (!e.defaultPrevented) { | ||
if (n != 'input' && n != 'button' && n != 'select') e.preventDefault(); | ||
if (n != 'input' && n != 'select') e.preventDefault(); | ||
@@ -32,0 +32,0 @@ try { |
{ | ||
"name": "lesca-click", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "replace click / touch start on SPY page", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -19,3 +19,3 @@ module.exports = { | ||
if (!e.defaultPrevented) { | ||
if (n != 'input' && n != 'button' && n != 'select') e.preventDefault(); | ||
if (n != 'input' && n != 'select') e.preventDefault(); | ||
try { | ||
@@ -22,0 +22,0 @@ this.px = this.mx = e.clientX || e.targetTouches[0].clientX; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15563