egui_node_graph icon indicating copy to clipboard operation
egui_node_graph copied to clipboard

Change UserState to outside of GraphEditorState

Open kkngsm opened this issue 3 years ago • 2 comments

Changes

  1. #57
  2. add persistence feature flag

kkngsm avatar Aug 26 '22 04:08 kkngsm

If you want to include the change discussed in #57 about passing &mut UserState please go ahead :+1:

setzer22 avatar Sep 15 '22 08:09 setzer22

I changed the UserState args to mutable and made NodeGraphExample::new() simpler using syntax sugar.

kkngsm avatar Sep 16 '22 13:09 kkngsm

Looks ready to merge! Thanks again for the PR :smile:

setzer22 avatar Sep 17 '22 19:09 setzer22