@syncfusion/ej2-navigations 26.2.10 → 26.2.11

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.
@@ -2592,7 +2592,7 @@ var MenuBase = /** @__PURE__ @class */ (function (_super) {
2592
2592
  this.removeLIStateByClass([SELECTED], [wrapper]);
2593
2593
  }
2594
2594
  if (!cli || !cli.querySelector('.' + CARET)) {
2595
- if (!Browser.isIos || (Browser.isIos && !e.ctrlKey)) {
2595
+ if (navigator.platform.toUpperCase().indexOf('MAC') < 0 || (navigator.platform.toUpperCase().indexOf('MAC') >= 0 && !e.ctrlKey)) {
2596
2596
  this.closeMenu(null, e);
2597
2597
  }
2598
2598
  }