@po-ui/ng-components 5.22.3 → 5.22.4

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.
@@ -31550,7 +31550,7 @@
31550
31550
  return menus.some(function (menu) {
31551
31551
  var formattedMenuLink = getFormattedLink(menu.link);
31552
31552
  var menuLinkPath = "" + urlPathWithoutLastFragment_1 + formattedMenuLink.substr(formattedMenuLink.lastIndexOf('/'));
31553
- if (menuLinkPath === urlPath) {
31553
+ if (menuLinkPath === urlPath && menuLinkPath === formattedMenuLink) {
31554
31554
  _this.linkActive = formattedMenuLink;
31555
31555
  _this.activateMenuItem(menu);
31556
31556
  return true;