mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 22:19:58 +02:00
refactor: Hide panel in ZenViewSplitter after setting grid type
This commit is contained in:
parent
99ba15e4e8
commit
448da51206
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue