Skip to content

Commit

Permalink
fix(frontend/controller): use custom first and last hotkeys in navigator
Browse files Browse the repository at this point in the history
fix #504
  • Loading branch information
bhajneet authored and Harjot1Singh committed May 30, 2020
1 parent 12be697 commit c6fc499
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/frontend/src/Controller/Navigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ const NavigatorNavigationHotkeys = withNavigationHotkeys( {
lineKeys: true,
clickOnFocus: true,
wrapAround: false,
keymap: {
first: null,
last: null,
},
} )( Navigator )

// Wrap NavigationHotkeys first so that it takes precedence
Expand Down

0 comments on commit c6fc499

Please sign in to comment.