refactor: Hide panel in ZenViewSplitter after setting grid type

This commit is contained in:
Mauro Balades 2024-08-07 00:06:30 +02:00
parent 99ba15e4e8
commit 448da51206

View file

@ -331,7 +331,7 @@ var gZenViewSplitter = {
}
this._data[this.currentView].gridType = gridType;
this._showSplitView(gBrowser.selectedTab);
// panel.hidePopup();
panel.hidePopup();
}).bind(this, gridType));
}
this.__hasSetMenuListener = true;