mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-10 05:18:27 +00:00
Remove dbg!
This commit is contained in:
parent
1fb512b8ae
commit
14ca3b3b97
@ -394,7 +394,7 @@ where
|
||||
self.node_finder = None;
|
||||
}
|
||||
|
||||
if dbg!(drag_started_on_background) {
|
||||
if drag_started_on_background {
|
||||
self.ongoing_box_selection = Some(cursor_pos);
|
||||
}
|
||||
if mouse.primary_released() || drag_released_on_background {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user