setzer22 / egui_node_graph

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

Generate disconnect event when node is deleted. #34

Closed IsseW closed 2 years ago

IsseW commented 2 years ago

Right now only the DeleteNode response is generated even if the node had connections. Would expect it to generate a disconnect event for every connection it had.

setzer22 commented 2 years ago

Indeed! This was an oversight on my end. I just pushed a new PR that fixes it. I verified the new behavior is correct, but could you give it a go on your end to verify everything now works as intended?