You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that this functionality was removed in version 1.8.3. This version is available through npm but not uploaded here on Github. @daweilv Can you please update the repo to the latest version 1.8.3?
So far you can use
consttreeGui=newTree('#container',{data: treData,// only expand level 1 nodecloseDepth: 1,});
as a replacement. See the sourcecode in npm package.
myTree.collapseAll is not a function
const myTree = new Tree(...);
myTree has no definition for collapseAll
The text was updated successfully, but these errors were encountered: