unidragger
Advanced tools
Comparing version 2.2.1 to 2.2.2
{ | ||
"name": "unidragger", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Base draggable class", | ||
@@ -5,0 +5,0 @@ "main": "unidragger.js", |
/*! | ||
* Unidragger v2.2.1 | ||
* Unidragger v2.2.2 | ||
* Draggable base class | ||
@@ -68,2 +68,7 @@ * MIT license | ||
handle[ bindMethod ]( 'click', this ); | ||
// touch-action: none to override browser touch gestures | ||
// metafizzy/flickity#540 | ||
if ( window.PointerEvent ) { | ||
handle.style.touchAction = isBind ? 'none' : ''; | ||
} | ||
} | ||
@@ -70,0 +75,0 @@ }; |
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
9258
250