mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
test: Fixed test test_Glance_Basic_Close
, b=(no-bug), c=split-view
This commit is contained in:
@@ -1139,6 +1139,7 @@ class ZenViewSplitter extends ZenDOMOperatedFeature {
|
||||
* Deactivates the split view.
|
||||
*/
|
||||
deactivateCurrentSplitView() {
|
||||
if (this.currentView < 0) return;
|
||||
this.setTabsDocShellState(this._data[this.currentView].tabs, false);
|
||||
for (const tab of this._data[this.currentView].tabs) {
|
||||
const container = tab.linkedBrowser.closest('.browserSidebarContainer');
|
||||
|
Reference in New Issue
Block a user