TriggerReactor

TriggerReactor

24.6k Downloads

Assigning null to some node doesn't delete its children

wysohn opened this issue ยท 1 comments

commented

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.

commented

Can't reproduce the problem