eu81273 / angular.treeview

AngularJS based Treeview (no jQuery)
MIT License
405 stars 223 forks source link

Buttons unresponsive after a move #67

Closed chucktomasi closed 7 years ago

chucktomasi commented 7 years ago

When moving a node on the same level, (e.g. swap 2.1 and 2.2 on the demo page), the buttons on the moved node are no longer responsive. If you move to another level (higher or lower), they respond again. It's only when moving nodes around on the same level that all buttons (collapse/expand, + and √) stop functioning on that node. Has anyone else run in to this or found an answer?

chucktomasi commented 7 years ago

This appears to be fixed in 2.22.5. Thank you