@shival99/z-ui 1.4.21 → 1.4.22

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.
@@ -346,10 +346,6 @@ class ZTableEditCellComponent {
346
346
  this._emitChange(oldValue, checked);
347
347
  }
348
348
  _emitChange(oldValue, newValue) {
349
- const config = this.editConfig();
350
- if (config?.onChange) {
351
- config.onChange(newValue, this.zRow(), this.zColumnId());
352
- }
353
349
  this.zChange.emit({
354
350
  row: this.zRow(),
355
351
  rowId: this.zRowId(),