ps-toolkit-ui 0.0.55 → 0.0.56

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.
@@ -1879,7 +1879,6 @@
1879
1879
  TreeRowClass.prototype.check = function (onlyChild, c) {
1880
1880
  if (c === void 0) { c = this; }
1881
1881
  c.selected = true;
1882
- c.checkChildren(onlyChild);
1883
1882
  if (onlyChild) {
1884
1883
  c.checkChildren(onlyChild);
1885
1884
  }