ps-toolkit-ui 1.19.41 → 1.19.42

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.
@@ -3835,6 +3835,7 @@
3835
3835
  return this.row.Statuses && this.row.Statuses.includes(exports.TableRowStatus.Unread) ? 'unread ' : '';
3836
3836
  };
3837
3837
  TableRowComponent.prototype.selectRow = function (e) {
3838
+ console.log(this.table.withSelect);
3838
3839
  if (this.table.withSelect) {
3839
3840
  if ($__namespace(e.target).closest('.handle-con').hasClass('handle-con') || $__namespace(e.target).closest('.options-cell').hasClass('options-cell')) {
3840
3841
  return;