diff options
Diffstat (limited to 'src/background/actions')
-rw-r--r-- | src/background/actions/operation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/background/actions/operation.js b/src/background/actions/operation.js index 7c0df4e..074157b 100644 --- a/src/background/actions/operation.js +++ b/src/background/actions/operation.js @@ -21,7 +21,7 @@ const exec = (operation, tab) => { case operations.TAB_NEXT: return tabs.selectNextTab(tab.index, operation.count); case operations.TAB_FIRST: - return tabs.selectFirstTab(tab.index, operation.count); + return tabs.selectFirstTab(); case operations.TAB_RELOAD: return tabs.reload(tab, operation.cache); case operations.ZOOM_IN: |