Skip to content

Fix stage edge destroy bug

Michal Drobňák requested to merge (removed):5-broken-tree-edge-click into master

Fixes edge destruction bug. The edge would try to update the timeline node upon destruction even if it didn't exist. Solution was to add a check for the timeline node existance.

Merge request reports