mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 01:29:57 +02:00
Fixed split view shortcut to split a single tab if other are hidden
This commit is contained in:
parent
078f5ff992
commit
03514248e5
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ var gZenViewSplitter = new (class {
|
|||
this.unsplitCurrentView();
|
||||
return;
|
||||
}
|
||||
const tabs = gBrowser.tabs;
|
||||
const tabs = gBrowser.visibleTabs;
|
||||
if (tabs.length < 2) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue