Disable all tree collapse and expand
This commit is contained in:
parent
cad81e2f91
commit
35cff5a344
@ -514,6 +514,7 @@ var TreeStyleTabBase = inherit(TreeStyleTabConstants, {
|
|||||||
|
|
||||||
isEventFiredOnTwisty : function TSTBase_isEventFiredOnTwisty(aEvent)
|
isEventFiredOnTwisty : function TSTBase_isEventFiredOnTwisty(aEvent)
|
||||||
{
|
{
|
||||||
|
return false;
|
||||||
var tab = this.getTabFromEvent(aEvent);
|
var tab = this.getTabFromEvent(aEvent);
|
||||||
if (!tab ||
|
if (!tab ||
|
||||||
!this.hasChildTabs(tab) ||
|
!this.hasChildTabs(tab) ||
|
||||||
|
Loading…
Reference in New Issue
Block a user