any-touch
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -663,3 +663,3 @@ 'use strict'; | ||
} | ||
else if (this.isRecognized && INPUT_END === inputStatus) { | ||
else if (this.isRecognized && INPUT_END === inputStatus && computed.isFinal) { | ||
this.status = STATUS_END; | ||
@@ -666,0 +666,0 @@ } |
@@ -661,3 +661,3 @@ /*! ***************************************************************************** | ||
} | ||
else if (this.isRecognized && INPUT_END === inputStatus) { | ||
else if (this.isRecognized && INPUT_END === inputStatus && computed.isFinal) { | ||
this.status = STATUS_END; | ||
@@ -664,0 +664,0 @@ } |
@@ -667,3 +667,3 @@ (function (global, factory) { | ||
} | ||
else if (this.isRecognized && INPUT_END === inputStatus) { | ||
else if (this.isRecognized && INPUT_END === inputStatus && computed.isFinal) { | ||
this.status = STATUS_END; | ||
@@ -670,0 +670,0 @@ } |
{ | ||
"name": "any-touch", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "一个手势库", | ||
@@ -5,0 +5,0 @@ "main": "dist/anyTouch.common.js", |
@@ -158,3 +158,3 @@ /* | ||
this.status = STATUS_MOVE; | ||
} else if (this.isRecognized && INPUT_END === inputStatus) { | ||
} else if (this.isRecognized && INPUT_END === inputStatus && computed.isFinal) { | ||
this.status = STATUS_END; | ||
@@ -161,0 +161,0 @@ } else if (this.isRecognized && INPUT_CANCEL === inputStatus) { |
Sorry, the diff of this file is not supported yet
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
219161