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