wysohn opened this issue 6 years ago ยท 1 comments
it's expected to delete the entire tree when null is assigned to the parent node
For example,
when t.a, t.b, and t.c exists, assigning null to t will delete all three children as well.
Can't reproduce the problem