newcat / baklavajs

Graph / node editor in the browser using VueJS
http://baklava.tech
MIT License
1.52k stars 113 forks source link

Fix delete not always removing all selected nodes #363

Closed skadefro closed 7 months ago

skadefro commented 8 months ago

There is an issue when deleting selected nodes using "foreach" Depending on the order, not all nodes will get deleted, so using a foreach counting down will ensure this does not happen

newcat commented 7 months ago

Thanks for the PR!