Skip to content

Commit

Permalink
[@mantine/core] Menu: Fix onKeyDown not working when passed to Menu…
Browse files Browse the repository at this point in the history
….Item (#6906)
  • Loading branch information
Meierschlumpf authored Sep 28, 2024
1 parent d6f0e1d commit 992cb04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const MenuItem = polymorphicFactory<MenuItemFactory>((props, ref) => {
loop: ctx.loop,
dir,
orientation: 'vertical',
onKeyDown: _others.onKeydown,
onKeyDown: _others.onKeyDown,
})}
__vars={{
'--menu-item-color':
Expand Down

0 comments on commit 992cb04

Please sign in to comment.