@syncfusion/ej2-navigations 22.1.38 → 22.1.39

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.
@@ -1540,7 +1540,7 @@ var MenuBase = /** @__PURE__ @class */ (function (_super) {
1540
1540
  var popups_1 = [];
1541
1541
  var allPopup = selectAll('.' + POPUP);
1542
1542
  allPopup.forEach(function (elem) {
1543
- if (_this.element.id === elem.id.split('-')[2]) {
1543
+ if (_this.element.id === elem.id.split('-')[2] || elem.id.split('-')[2] + "-" + elem.id.split('-')[3]) {
1544
1544
  popups_1.push(elem);
1545
1545
  }
1546
1546
  });