mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-27 23:26:12 +00:00
chore: Refactor ZenViewSplitter.mjs to use last tab for split view
This commit is contained in:
@@ -55,7 +55,8 @@ var gZenViewSplitter = {
|
||||
}
|
||||
return;
|
||||
}
|
||||
this._showSplitView(tab);
|
||||
let lastTab = dataTab[dataTab.length - 1];
|
||||
this._showSplitView(lastTab);
|
||||
},
|
||||
|
||||
onLocationChange(browser) {
|
||||
|
||||
Reference in New Issue
Block a user