ps-toolkit-ui 1.19.98 → 1.19.99

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.
@@ -3776,9 +3776,7 @@
3776
3776
  }
3777
3777
  };
3778
3778
  TableRowComponent.prototype.onContextMenu = function (event) {
3779
- if (this.table.withSelect && this.table.onRightClickRow) {
3780
- event.preventDefault(); // Prevents the default context menu for the entire component
3781
- }
3779
+ event.preventDefault(); // Prevents the default context menu for the entire component
3782
3780
  };
3783
3781
  return TableRowComponent;
3784
3782
  }());
@@ -9259,7 +9257,7 @@
9259
9257
  this.modal = null;
9260
9258
  this.level = null;
9261
9259
  this.withRelatedRow = false;
9262
- this.relatedRow = false;
9260
+ this.relatedRow = null;
9263
9261
  this.listAccess = null;
9264
9262
  this.insertAccess = null;
9265
9263
  this.subTable = null;