We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 818cf61 + d544ca2 commit 61d0d96Copy full SHA for 61d0d96
lib/web/mage/menu.js
@@ -629,6 +629,9 @@ define([
629
return;
630
}
631
632
+ // remove the active state class from the siblings
633
+ this.active.siblings().children('.ui-state-active').removeClass('ui-state-active');
634
+
635
this._open(newItem.parent());
636
637
// Delay so Firefox will not hide activedescendant change in expanding submenu from AT
0 commit comments