@trudb/tru-common-lib 0.2.184 → 0.2.185

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.
@@ -6328,8 +6328,6 @@ class TruDataGridClipboard {
6328
6328
  this.uiNotification = uiNotification;
6329
6329
  }
6330
6330
  formatCellValue = (controlConfig, propertyConfig, entity, value) => {
6331
- if (value === null || typeof value === 'undefined')
6332
- return '';
6333
6331
  if (propertyConfig.typeName === 'rich-text-unbounded')
6334
6332
  return this.util.htmlToPlainText(value);
6335
6333
  else if (propertyConfig.typeName === 'foreign-key' || propertyConfig.typeName === 'user-foreign-key')