Skip to content

Commit

Permalink
fix: typo for onKeyDown method in MenuItem
Browse files Browse the repository at this point in the history
  • Loading branch information
Meierschlumpf authored Sep 27, 2024
1 parent b090266 commit 6311d3e
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 6311d3e

Please sign in to comment.