Merge pull request #416 from jonathanKingston/assign-tab-order

Assign tab order should appear after website they came from. Fixes #415
This commit is contained in:
luke crouch
2017-04-04 12:52:00 -05:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ const assignManager = {
return {};
}
this.reloadPageInContainer(options.url, siteSettings.userContextId, tab.index, siteSettings.neverAsk);
this.reloadPageInContainer(options.url, siteSettings.userContextId, tab.index + 1, siteSettings.neverAsk);
this.calculateContextMenu(tab);
// If the user just opened the tab, we can auto close it
if (this.CLOSEABLE_WINDOWS.has(tab.url)) {