Skip to content

Commit d544ca2

Browse files
[2.3-develop] Forwardport of #13341
1 parent 15d1a96 commit d544ca2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/web/mage/menu.js

+3
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,9 @@ define([
629629
return;
630630
}
631631

632+
// remove the active state class from the siblings
633+
this.active.siblings().children('.ui-state-active').removeClass('ui-state-active');
634+
632635
this._open(newItem.parent());
633636

634637
// Delay so Firefox will not hide activedescendant change in expanding submenu from AT

0 commit comments

Comments
 (0)