ps-toolkit-ui 1.19.22 → 1.19.24

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.
@@ -3320,10 +3320,10 @@
3320
3320
  this.row.subTable = this.table.subTable != null ? HelperClass.clone(this.table.subTable) : null;
3321
3321
  this.group = new InputClass(this.table.environment, this.table.l, 'ShowOptions', 'fas fa-ellipsis-vertical', exports.InputType.Icon, 'blue m-h-5 h-25 d-ib va-m f-u');
3322
3322
  this.group.onFocusIn = function (e) {
3323
- $__namespace(e.target).closest('.options-con').find('.options').addClass('show-group');
3323
+ $__namespace(e.target).closest('.options-con').addClass('show-group');
3324
3324
  };
3325
3325
  this.group.onFocusOut = function (e) {
3326
- $__namespace(e.target).closest('.options-con').find('.options').removeClass('show-group');
3326
+ $__namespace(e.target).closest('.options-con').removeClass('show-group');
3327
3327
  };
3328
3328
  if (this.table.hasChildren) {
3329
3329
  if (!this.table.childrenAutoLoad) {