In a nested Tree, when changing name of node like below, +/- icons disappear. ``` // node is a NodeModel instance node.set('name', name); node.save_changes(); ``` I do know this can be resolved by calling NodeView's setOpenCloseIcon(), but I would really like to know why this occurs in the first place.