Closed
Description
Steps to reproduce the issue (http://jimliu.github.io/angular-ui-tree/ as a reference):
- Collapse a node with children - let's say "2. moiré-vision",
- Drag it - it is dragged as collapsed.
- Drop it (position may or may not change) - it gets expanded
Dragged element gets new scope ID. In fact the new element gets created but only its $modelValue
is the same. Other node properties (like collapsed
flag) may be transferred to the new node.