mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-12 06:18:29 +00:00
The code in the original PR was correct, but button_released is not available on egui 0.18 from crates.io, this commit moves back to the old behavior of using secondary_down instead.