We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_Glance_Basic_Close
1 parent 015cdad commit e48e7caCopy full SHA for e48e7ca
src/zen/split-view/ZenViewSplitter.mjs
@@ -1139,6 +1139,7 @@ class ZenViewSplitter extends ZenDOMOperatedFeature {
1139
* Deactivates the split view.
1140
*/
1141
deactivateCurrentSplitView() {
1142
+ if (this.currentView < 0) return;
1143
this.setTabsDocShellState(this._data[this.currentView].tabs, false);
1144
for (const tab of this._data[this.currentView].tabs) {
1145
const container = tab.linkedBrowser.closest('.browserSidebarContainer');
0 commit comments