Closed schmunk42 closed 9 years ago
@schmunk42 Use deleteWithChildren
for it. Method delete
remove only one node and move its children to same level. Its not possible for root nodes. While deleteWithChildren
remove node and its children complettely. You can find same different removing strategy in other NS implementations.
Thanks, I didn't recognize that.
Would be awesome if this was in the readme. I had the same issue.
I got this error with
0.9.0
Is there a special reason why this is denied?