ps-toolkit-ui 1.19.92 → 1.19.93

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,8 +3770,8 @@
3770
3770
  }
3771
3771
  };
3772
3772
  TableRowComponent.prototype.rightClickRow = function (e) {
3773
- e.preventDefault();
3774
3773
  if (this.table.withSelect && this.table.onRightClickRow) {
3774
+ e.preventDefault();
3775
3775
  this.table.onRightClickRow(this.row.Data);
3776
3776
  }
3777
3777
  };