Skip to content

Commit

Permalink
Remove the change to navigable-container/menu.js
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Jun 24, 2020
1 parent 4aa7b7f commit 1db53af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/components/src/navigable-container/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ export function NavigableMenu(
ref
) {
const eventToOffset = ( evt ) => {
// Prevents keyboard navigation
return undefined;
const { keyCode } = evt;

let next = [ DOWN ];
Expand Down

0 comments on commit 1db53af

Please sign in to comment.