bumbeishvili / org-chart

Highly customizable org chart. Integrations available for Angular, React, Vue
https://stackblitz.com/edit/web-platform-o5t1ha
MIT License
928 stars 330 forks source link

collapse a node and trigger render, the clicked node will disappear #354

Open sunlho opened 10 months ago

sunlho commented 10 months ago

To Reproduce Steps to reproduce the behavior: Click the button with node id 4 to collapse the node with id 5 Click on any node to trigger render The node with id 4 disappears

Expected behavior A node with id 4 does not disappear

stackblitz-demo

bumbeishvili commented 10 months ago

Interesting, thanks for bringing that out and providing a sample