@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.
@@ -1462,7 +1462,7 @@ let MenuBase = class MenuBase extends Component {
1462
1462
  const popups = [];
1463
1463
  const allPopup = selectAll('.' + POPUP);
1464
1464
  allPopup.forEach((elem) => {
1465
- if (this.element.id === elem.id.split('-')[2]) {
1465
+ if (this.element.id === elem.id.split('-')[2] || elem.id.split('-')[2] + "-" + elem.id.split('-')[3]) {
1466
1466
  popups.push(elem);
1467
1467
  }
1468
1468
  });