Topic: trying to change node type using node.recursive()
Hello, Moro. One more question. After this
insertedNode.recursive(function(){
this.removeType('folder');
});type is removed only in the first child node. I tried to create tree from JSON and manually adding nodes, result is the same.