cdd / bioassay-template

Other
7 stars 2 forks source link

addNodes fix: clones properly #119

Closed aclarkxyz closed 5 years ago

aclarkxyz commented 5 years ago

Previously when nodes were being added to the tree from the provisional collection, each fabricated Node instance could be added to any number of branches - and the object was being manipulated directly, which was fine if it only inserted into one position, but broken if it got invoked more than once.

This could be the fix for a [hard to reproduce] bug that I encountered recently.