Skip to content

Commit 19e2873

Browse files
Merge pull request #1081 from OutSystems/ROU-12249
ROU-12249: Fixed submenu and menu active after navigation
2 parents 46ee90c + 0cc7f1c commit 19e2873

File tree

1 file changed

+1
-1
lines changed
  • src/scripts/OutSystems/OSUI/Utils

1 file changed

+1
-1
lines changed

src/scripts/OutSystems/OSUI/Utils/Menu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ namespace OutSystems.OSUI.Utils.Menu {
564564
'[' +
565565
OSFramework.OSUI.Constants.A11YAttributes.Role.AttrName +
566566
"='" +
567-
OSFramework.OSUI.Constants.A11YAttributes.Role.MenuItem +
567+
OSFramework.OSUI.Constants.A11YAttributes.Role.Button +
568568
"']"
569569
)[ActiveSubItem] as HTMLElement;
570570
if (activeSubMenuItem) {

0 commit comments

Comments
 (0)