@trudb/tru-common-lib 0.2.275 → 0.2.276

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.
@@ -7804,7 +7804,7 @@ class TruDataGrid {
7804
7804
  // Merge this logic with addEntity() logic below
7805
7805
  // Three ways to add: Directly via toolbar, signalR, or listen for entity added event
7806
7806
  this.subs.push(this.dataContext.onEntityAdded().subscribe((changeArgs) => {
7807
- if (!changeArgs.entity || this.isActive)
7807
+ if (!changeArgs.entity)
7808
7808
  return;
7809
7809
  let entity;
7810
7810
  if (this.gridType === TruDataGridTypes.DetailManyToMany)