tnx-shared 5.1.468 → 5.1.470

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.
@@ -14052,8 +14052,8 @@
14052
14052
  set: function (value) {
14053
14053
  this.canPrint = false;
14054
14054
  if (this._minimizedData != value && isLiteralObject(value)) {
14055
- this._modelData = mergeJSON(this._modelData, value);
14056
14055
  this.clean();
14056
+ this._modelData = mergeJSON(this._modelData, value);
14057
14057
  this.reInitControlModelAndRootNode();
14058
14058
  this._minimizedData = this.getMinimizeData(this._modelData);
14059
14059
  if (!this.loadedDataEditOld && this.loadedDataEdit) {