mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 21:59:59 +02:00
Fixed split views shortcuts
This commit is contained in:
parent
175e38c51b
commit
d2db3ebef4
1 changed files with 0 additions and 3 deletions
|
@ -585,9 +585,6 @@ var gZenViewSplitter = new class {
|
|||
this.unsplitCurrentView();
|
||||
return;
|
||||
}
|
||||
if (this.currentView >= 0) {
|
||||
return;
|
||||
}
|
||||
const tabs = gBrowser.tabs;
|
||||
if (tabs.length < 2) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue