jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.78k stars 741 forks source link

Delete multiple nodes at the same time #585

Closed maxkaoppp closed 1 year ago

maxkaoppp commented 1 year ago

Is it possible to delete several nodes (with a specific tag or id) at the same time?

jerosoler commented 1 year ago

Use method getNodesFromName(name) and remove id's return.

View method: