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.
1 parent 15d1a96 commit d544ca2Copy full SHA for d544ca2
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