@syncfusion/ej2-base 22.1.38 → 22.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/bin/syncfusion-license.js +1 -1
- package/dist/ej2-base.min.js +2 -2
- package/dist/ej2-base.umd.min.js +2 -2
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +3 -1
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +3 -1
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +2 -2
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +49 -7
- package/src/draggable.js +3 -1
package/dist/es6/ej2-base.es5.js
CHANGED
|
@@ -8168,7 +8168,9 @@ var Draggable = /** @__PURE__ @class */ (function (_super) {
|
|
|
8168
8168
|
draEleTop -= marginTop;
|
|
8169
8169
|
}
|
|
8170
8170
|
}
|
|
8171
|
-
|
|
8171
|
+
if (this.dragArea) {
|
|
8172
|
+
draEleTop = (this.dragLimit.bottom < draEleTop) ? this.dragLimit.bottom : draEleTop;
|
|
8173
|
+
}
|
|
8172
8174
|
}
|
|
8173
8175
|
if ((top - iTop) < 0) {
|
|
8174
8176
|
if (dTop + marginTop + (helperElement.offsetHeight - iTop) >= 0) {
|