mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 20:09: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();
|
this.unsplitCurrentView();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const tabs = gBrowser.tabs;
|
const tabs = gBrowser.visibleTabs;
|
||||||
if (tabs.length < 2) {
|
if (tabs.length < 2) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue