タブを閉じられなくなっていた(regression)
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5564 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
2c589505a9
commit
ee0d316e2b
@ -2474,7 +2474,7 @@ catch(e) {
|
||||
shouldCloseTabSubTreeOf : function(aTab)
|
||||
{
|
||||
return (
|
||||
aTab &&
|
||||
this.hasChildTabs(aTab) &&
|
||||
(
|
||||
this.getTreePref('closeParentBehavior') == this.CLOSE_PARENT_BEHAVIOR_CLOSE ||
|
||||
this.isSubtreeCollapsed(aTab)
|
||||
|
Loading…
Reference in New Issue
Block a user