@telerik/kendo-draggable
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -93,3 +93,6 @@ module.exports = | ||
pageY: e.pageY, | ||
type: e.type | ||
type: e.type, | ||
ctrlKey: e.ctrlKey, | ||
shiftKey: e.shiftKey, | ||
altKey: e.altKey | ||
}; | ||
@@ -96,0 +99,0 @@ } |
{ | ||
"name": "@telerik/kendo-draggable", | ||
"description": "A cross-browser/event abstraction that handles mouse and touch drag sequences", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
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
12433
177