CHANGE the default value of showRoots (as it's opt-in right now

This commit is contained in:
Norbert de Langen 2019-11-27 12:00:29 +01:00
parent 2f8c9d2575
commit ed1876fee9

View File

@ -34,7 +34,7 @@ addons.setConfig({
* display the top-level grouping as a "root" in the sidebar
* @type {Boolean}
*/
showRoots: true,
showRoots: false,
/**
* sidebar tree animations
* @type {Boolean}