setzer22 / egui_node_graph

Build your node graph applications in Rust, using egui
MIT License
715 stars 134 forks source link

Send disconnect event on node delete #36

Closed setzer22 closed 2 years ago

setzer22 commented 2 years ago

Fixes #34

IsseW commented 2 years ago

This solution has some issues.

setzer22 commented 2 years ago

Hi @IsseW, thanks for reviewing this :tada: It's nice to get more eyes on the code.

Can you give it another go and see if it now works for you?

IsseW commented 2 years ago

Yes, this is working for me. Thanks a lot for working on it!