Skip to content

Commit

Permalink
set all tab indexes to be above 0
Browse files Browse the repository at this point in the history
  • Loading branch information
psalaets committed Aug 28, 2017
1 parent 5f78b6b commit fa477ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tab-index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const nextPageButton = 0;
export const nextPageButton = 1;
export const previousPageButton = 10;
export const controlsButton = 20;
export const fullscreenButton = 30;
Expand Down

0 comments on commit fa477ac

Please sign in to comment.