ipytree
ipytree copied to clipboard
reload icon when node name is changed
When the name of a node with an open or close icon is changed, this previously set icon disappears. To prevent this, reload icon after rename_node is called. No need for recursive call because only icon of this particular node was removed.