ps-toolkit-ui 1.13.71 → 1.13.75

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.
@@ -2559,7 +2559,7 @@
2559
2559
  SidebarItemComponent.prototype.isActive = function (item) {
2560
2560
  var e_1, _a;
2561
2561
  if (item.children.length === 0) {
2562
- return this.currentSidebar && item.name === this.currentSidebar.name;
2562
+ return this.currentSidebar && item.id === this.currentSidebar.id;
2563
2563
  }
2564
2564
  try {
2565
2565
  for (var _b = __values(item.children), _c = _b.next(); !_c.done; _c = _b.next()) {