@sumaris-net/ngx-components 2.4.0-rc4 → 2.4.0-rc5

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.
@@ -30606,7 +30606,7 @@ class AppAsyncTable {
30606
30606
  const confirmed = (!opts || opts.interactive !== false);
30607
30607
  // Ask user confirmation, if cancel
30608
30608
  if (!confirmed && row.dirty && (this.confirmBeforeCancel || this.onBeforeCancelRows.observers.length > 0)) {
30609
- event.stopPropagation();
30609
+ event?.stopPropagation();
30610
30610
  if (!await this.canCancelRows([row], opts)) {
30611
30611
  return;
30612
30612
  }