Don't todo

This commit is contained in:
Snowiiii
2024-09-08 16:30:46 +02:00
parent e8edb0e71a
commit af0abccfc0

View File

@@ -165,7 +165,7 @@ impl Player {
}
self.mouse_drag(drag_handler, opened_container.as_deref_mut(), drag_state)
}
ClickType::DropType(_drop_type) => todo!(),
ClickType::DropType(_drop_type) => {dbg!("todo"); Ok(())},
}?;
if let Some(mut opened_container) = opened_container {
if update_whole_container {