@trudb/tru-common-lib 0.2.151 → 0.2.153

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.
@@ -6103,7 +6103,7 @@ class TruDataGridCellRenderer {
6103
6103
  this.dataGridClipboard.copyCell(this.params.context.grid.config.tableName, this.params.colDef?.field, this.params.data, this.params.data.$entity);
6104
6104
  };
6105
6105
  onPaste = (event) => {
6106
- this.dataGridClipboard.pasteCell(this.params.context.grid.config.tableName, this.params.colDef?.field, this.params.data.$entity);
6106
+ this.dataGridClipboard.pasteCell(this.params, this.params.data, this.params.data.$entity);
6107
6107
  };
6108
6108
  init(params) {
6109
6109
  }