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