@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.
@@ -31329,7 +31329,7 @@ class AppAsyncTable {
31329
31329
  const confirmed = (!opts || opts.interactive !== false);
31330
31330
  // Ask user confirmation, if cancel
31331
31331
  if (!confirmed && row.dirty && (this.confirmBeforeCancel || this.onBeforeCancelRows.observers.length > 0)) {
31332
- event.stopPropagation();
31332
+ event === null || event === void 0 ? void 0 : event.stopPropagation();
31333
31333
  if (!(yield this.canCancelRows([row], opts))) {
31334
31334
  return;
31335
31335
  }