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.

Re: trying to change node type using node.recursive()

it should work, need more info: full example or test page.

Re: trying to change node type using node.recursive()

it works. I had a problem in other place.