Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 3759e68

Browse files
authored
fix(Menu): Fix breaking change after merging PR (#658)
* Fix breaking change after merging PR * Fix breaking change after merging PR
1 parent 9261d40 commit 3759e68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/accessibility/Behaviors/Menu/submenuBehavior.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const submenuBehavior: Accessibility = (props: any) => ({
2121
props: {
2222
isCircularNavigation: true,
2323
preventDefaultWhenHandled: true,
24-
shouldFocusFirstElementWhenReceivedFocus: true,
2524
shouldFocusOnMount: true,
2625
direction: FocusZoneDirection.vertical,
2726
},

0 commit comments

Comments
 (0)