jerosoler / Drawflow

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

fixed moduleChanged notification issue #683

Open codemwnci opened 1 year ago

codemwnci commented 1 year ago

the moduleChanged notification was firing before the module had been updated on screen, which for me was causing issues about html elements not being available. If people need to know the module is changing, I have also added a moduleChanging event.

jerosoler commented 1 year ago

Hello,

Thanks for the PR. I study it.

Jero