jerosoler / Drawflow

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

nodeUnselected event does not report id #520

Open webfrank opened 2 years ago

webfrank commented 2 years ago

It would very useful, especially when it is possible to select multiple nodes at a time, to report unselected nodes id.

Same should apply for nodeSelected if multiple selection is enabled.

jerosoler commented 2 years ago

Returns the value of true, as written in the documentation. https://github.com/jerosoler/Drawflow#readme

Drawflow by default does not have any multipleselection methods.

Here you can find how to get the id: