ps-toolkit-ui 1.19.92 → 1.19.94

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.
@@ -3770,10 +3770,6 @@
3770
3770
  }
3771
3771
  };
3772
3772
  TableRowComponent.prototype.rightClickRow = function (e) {
3773
- e.preventDefault();
3774
- if (this.table.withSelect && this.table.onRightClickRow) {
3775
- this.table.onRightClickRow(this.row.Data);
3776
- }
3777
3773
  };
3778
3774
  TableRowComponent.prototype.onContextMenu = function (event) {
3779
3775
  event.preventDefault(); // Prevents the default context menu for the entire component