@smartbit4all/ng-client 3.3.133 → 3.3.134
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/esm2020/lib/smart-component-layout/smart-component-layout.component.mjs +2 -1
- package/fesm2015/smartbit4all-ng-client.mjs +1 -0
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +1 -0
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.134.tgz +0 -0
- package/smartbit4all-ng-client-3.3.133.tgz +0 -0
|
@@ -12953,6 +12953,7 @@ class SmartComponentLayoutComponent {
|
|
|
12953
12953
|
}
|
|
12954
12954
|
if (deepEqual(this.smartComponentLayout, this.currentLayout)) {
|
|
12955
12955
|
// no layout change, keep current state
|
|
12956
|
+
this.smartComponentLayout = this.currentLayout;
|
|
12956
12957
|
return;
|
|
12957
12958
|
}
|
|
12958
12959
|
// layout changed, render, but save current
|