mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
+ Merge
This commit is contained in:
commit
13d7461532
@ -167,14 +167,14 @@ window.Page = {
|
||||
var group = Groups.getActiveGroup();
|
||||
if( group && group._children.length == 0 )
|
||||
Page.show();
|
||||
|
||||
|
||||
// Take care of the case where you've closed the last tab in
|
||||
// an un-named group, which means that the group is gone (null) and
|
||||
// there are no visible tabs.
|
||||
if( group == null && Tabbar.getVisibleTabs().length == 0){
|
||||
Page.show();
|
||||
}
|
||||
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user