Remove dbg!

This commit is contained in:
Setzer22 2022-11-12 16:13:50 +01:00
parent 1fb512b8ae
commit 14ca3b3b97

View File

@ -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 {