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 04d90c2 + efa1251 commit 03b9e16Copy full SHA for 03b9e16
lib/web/mage/menu.js
@@ -626,6 +626,9 @@ define([
626
return;
627
}
628
629
+ // remove the active state class from the siblings
630
+ this.active.siblings().children('.ui-state-active').removeClass('ui-state-active');
631
+
632
this._open(newItem.parent());
633
634
// Delay so Firefox will not hide activedescendant change in expanding submenu from AT
0 commit comments