From fa477ac7e91faa3e587926833a7c22bfa866da00 Mon Sep 17 00:00:00 2001 From: Paul Salaets Date: Sun, 27 Aug 2017 22:09:25 -0400 Subject: [PATCH] set all tab indexes to be above 0 --- src/tab-index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tab-index.js b/src/tab-index.js index db37d7e..9420e2a 100644 --- a/src/tab-index.js +++ b/src/tab-index.js @@ -1,4 +1,4 @@ -export const nextPageButton = 0; +export const nextPageButton = 1; export const previousPageButton = 10; export const controlsButton = 20; export const fullscreenButton = 30;