mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-02 07:58:40 +00:00
feat: Added support for opening external links with 'continue where left off' preference enabled, b=(no-bug), c=split-view, tabs, workspaces
This commit is contained in:
@@ -1506,6 +1506,8 @@ class ZenViewSplitter extends ZenDOMOperatedFeature {
|
||||
if (groupIndex >= 0) {
|
||||
this.removeTabFromGroup(tab, groupIndex, true);
|
||||
}
|
||||
gBrowser.selectedTab = tab;
|
||||
tab._selected = true;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user