bootstrap-treeview icon indicating copy to clipboard operation
bootstrap-treeview copied to clipboard

Fix remove node

Open zalsader opened this issue 7 years ago • 0 comments

If a node is specified but its children nodes are not present or not complete in the deleted node, _removeNodeEl() would fail. This fixes the issue by invoking the function on the nodes removed from splice.

zalsader avatar Apr 18 '17 09:04 zalsader