vue3-touch-events
Advanced tools
Comparing version 4.1.7 to 4.1.8
@@ -297,3 +297,3 @@ /** | ||
function cancelTouchHoldTimer($this) { | ||
if ($this.touchHoldTimer) { | ||
if ($this && $this.touchHoldTimer) { | ||
clearTimeout($this.touchHoldTimer); | ||
@@ -300,0 +300,0 @@ $this.touchHoldTimer = null; |
{ | ||
"name": "vue3-touch-events", | ||
"version": "4.1.7", | ||
"version": "4.1.8", | ||
"description": "Simple touch events support for vue.js 3", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
31869