@trudb/tru-common-lib 0.2.508 → 0.2.512

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.
@@ -4851,7 +4851,8 @@ class TruDetailViewBase {
4851
4851
  }
4852
4852
  else {
4853
4853
  this.entities.push(newEntity);
4854
- this.setEntityDisplayValues(this.tableName);
4854
+ if (this.view.active)
4855
+ this.setEntityDisplayValues(this.tableName);
4855
4856
  }
4856
4857
  };
4857
4858
  onCloneEntity = () => {