@trudb/tru-common-lib 0.2.396 → 0.2.397

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.
@@ -6624,7 +6624,7 @@ class TruDataGridClipboard {
6624
6624
  let property = this.modelPropertyLookup.lookup.get(this.tableName + '.' + propertyName);
6625
6625
  let excludedFromCloning = property ? property.excludeFromCloning : false;
6626
6626
  if (typeof selectedRow.$entity.setProperty !== 'undefined' &&
6627
- excludedFromCloning &&
6627
+ !excludedFromCloning &&
6628
6628
  propertyName !== config.tableName + 'Ref' &&
6629
6629
  propertyName !== 'rowver' &&
6630
6630
  propertyName !== 'Merge_Data_Set' &&