From 35cff5a344723d890c3348403ed2a8b989365ea0 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Fri, 16 Sep 2016 00:02:09 -0400 Subject: [PATCH] Disable all tree collapse and expand --- modules/base.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/base.js b/modules/base.js index 0f50f59b..c8f222c1 100644 --- a/modules/base.js +++ b/modules/base.js @@ -514,6 +514,7 @@ var TreeStyleTabBase = inherit(TreeStyleTabConstants, { isEventFiredOnTwisty : function TSTBase_isEventFiredOnTwisty(aEvent) { + return false; var tab = this.getTabFromEvent(aEvent); if (!tab || !this.hasChildTabs(tab) ||