@syncfusion/ej2-layouts 29.1.35 → 29.1.38
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/dist/ej2-layouts.min.js +2 -2
- package/dist/ej2-layouts.umd.min.js +2 -2
- package/dist/ej2-layouts.umd.min.js.map +1 -1
- package/dist/es6/ej2-layouts.es2015.js +1 -1
- package/dist/es6/ej2-layouts.es2015.js.map +1 -1
- package/dist/es6/ej2-layouts.es5.js +1 -1
- package/dist/es6/ej2-layouts.es5.js.map +1 -1
- package/dist/global/ej2-layouts.min.js +2 -2
- package/dist/global/ej2-layouts.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +6 -6
- package/src/dashboard-layout/dashboard-layout.js +1 -1
@@ -3953,7 +3953,7 @@ let DashboardLayout = class DashboardLayout extends Component {
|
|
3953
3953
|
return available;
|
3954
3954
|
}
|
3955
3955
|
checkForSwapping(collisions, element) {
|
3956
|
-
if (!this.mainElement || collisions.length === 0) {
|
3956
|
+
if (Object.keys(this.cloneObject).length === 0 || !this.mainElement || collisions.length === 0) {
|
3957
3957
|
return false;
|
3958
3958
|
}
|
3959
3959
|
let direction;
|