any-touch
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -271,3 +271,2 @@ 'use strict'; | ||
var isFinal = (INPUT_END === inputStatus) && (0 === pointerLength); | ||
console.log({ isFinal: isFinal }); | ||
if (0 < pointerLength) { | ||
@@ -274,0 +273,0 @@ var _a = getCenter(input.pointers), x = _a.x, y = _a.y; |
@@ -269,3 +269,2 @@ /*! ***************************************************************************** | ||
var isFinal = (INPUT_END === inputStatus) && (0 === pointerLength); | ||
console.log({ isFinal: isFinal }); | ||
if (0 < pointerLength) { | ||
@@ -272,0 +271,0 @@ var _a = getCenter(input.pointers), x = _a.x, y = _a.y; |
@@ -275,3 +275,2 @@ (function (global, factory) { | ||
var isFinal = (INPUT_END === inputStatus) && (0 === pointerLength); | ||
console.log({ isFinal: isFinal }); | ||
if (0 < pointerLength) { | ||
@@ -278,0 +277,0 @@ var _a = getCenter(input.pointers), x = _a.x, y = _a.y; |
{ | ||
"name": "any-touch", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "一个手势库", | ||
@@ -5,0 +5,0 @@ "main": "dist/anyTouch.common.js", |
@@ -33,3 +33,2 @@ /** | ||
const isFinal = (INPUT_END === inputStatus) && (0 === pointerLength); | ||
console.log({isFinal}); | ||
// 中心坐标 | ||
@@ -36,0 +35,0 @@ if (0 < pointerLength) { |
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
219062
5701