@smartbit4all/ng-client 3.3.132 → 3.3.133

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.
@@ -12956,7 +12956,8 @@ class SmartComponentLayoutComponent {
12956
12956
  return;
12957
12957
  }
12958
12958
  // layout changed, render, but save current
12959
- this.currentLayout = JSON.parse(JSON.stringify(this.smartComponentLayout));
12959
+ // this.currentLayout = JSON.parse(JSON.stringify(this.smartComponentLayout));
12960
+ this.currentLayout = this.smartComponentLayout;
12960
12961
  this.uuid = this.parentSmartComponent.uuid;
12961
12962
  this.treeService = this.parentSmartComponent.smartTreeService;
12962
12963
  this.smartComponentLayout?.direction;