@dflex/draggable
Advanced tools
Comparing version 2.10.0 to 2.10.1
@@ -90,3 +90,3 @@ "use strict"; | ||
this.tempTranslate.y = y + this.outerOffsetY; | ||
this.draggedStyleRef.transform = "translate(" + this.tempTranslate.x + "px," + this.tempTranslate.y + "px)"; | ||
this.draggedStyleRef.transform = "translate3d(" + this.tempTranslate.x + "px," + this.tempTranslate.y + "px, 0)"; | ||
}; | ||
@@ -93,0 +93,0 @@ return AbstractDraggable; |
{ | ||
"name": "@dflex/draggable", | ||
"version": "2.10.0", | ||
"version": "2.10.1", | ||
"main": "dist/index.js", | ||
@@ -21,4 +21,4 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@dflex/core-instance": "^2.10.0", | ||
"@dflex/store": "^2.10.0" | ||
"@dflex/core-instance": "^2.10.1", | ||
"@dflex/store": "^2.10.1" | ||
}, | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "e84ec2529421a3b5a26ffbf6a41035e00f4cb798" | ||
"gitHead": "858f9fbb06e2a8d0b640c20ebf03759e5f6b4093" | ||
} |
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
55932
Updated@dflex/core-instance@^2.10.1
Updated@dflex/store@^2.10.1