oribella-aurelia-sortable
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -215,3 +215,3 @@ define(["require", "exports", "oribella-framework", "./sortable"], function (require, exports, oribella_framework_1, sortable_1) { | ||
} | ||
else if (x <= left - scrollSensitivity) { | ||
else if (x <= left + scrollSensitivity) { | ||
direction.x = -1; | ||
@@ -222,3 +222,3 @@ } | ||
} | ||
else if (y <= top - scrollSensitivity) { | ||
else if (y <= top + scrollSensitivity) { | ||
direction.y = -1; | ||
@@ -225,0 +225,0 @@ } |
@@ -216,3 +216,3 @@ "use strict"; | ||
} | ||
else if (x <= left - scrollSensitivity) { | ||
else if (x <= left + scrollSensitivity) { | ||
direction.x = -1; | ||
@@ -223,3 +223,3 @@ } | ||
} | ||
else if (y <= top - scrollSensitivity) { | ||
else if (y <= top + scrollSensitivity) { | ||
direction.y = -1; | ||
@@ -226,0 +226,0 @@ } |
@@ -203,3 +203,3 @@ import { Point, matchesSelector } from 'oribella-framework'; | ||
} | ||
else if (x <= left - scrollSensitivity) { | ||
else if (x <= left + scrollSensitivity) { | ||
direction.x = -1; | ||
@@ -210,3 +210,3 @@ } | ||
} | ||
else if (y <= top - scrollSensitivity) { | ||
else if (y <= top + scrollSensitivity) { | ||
direction.y = -1; | ||
@@ -213,0 +213,0 @@ } |
@@ -226,3 +226,3 @@ System.register(["oribella-framework", "./sortable"], function (exports_1, context_1) { | ||
} | ||
else if (x <= left - scrollSensitivity) { | ||
else if (x <= left + scrollSensitivity) { | ||
direction.x = -1; | ||
@@ -233,3 +233,3 @@ } | ||
} | ||
else if (y <= top - scrollSensitivity) { | ||
else if (y <= top + scrollSensitivity) { | ||
direction.y = -1; | ||
@@ -236,0 +236,0 @@ } |
{ | ||
"name": "oribella-aurelia-sortable", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Aurelia Sortable plugin powered by Oribella", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -283,3 +283,3 @@ import { Point, matchesSelector } from 'oribella-framework'; | ||
direction.x = 1; | ||
} else if (x <= left - scrollSensitivity) { | ||
} else if (x <= left + scrollSensitivity) { | ||
direction.x = -1; | ||
@@ -289,3 +289,3 @@ } | ||
direction.y = 1; | ||
} else if (y <= top - scrollSensitivity) { | ||
} else if (y <= top + scrollSensitivity) { | ||
direction.y = -1; | ||
@@ -292,0 +292,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