mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
Fix format
This commit is contained in:
@@ -165,7 +165,10 @@ impl Player {
|
||||
}
|
||||
self.mouse_drag(drag_handler, opened_container.as_deref_mut(), drag_state)
|
||||
}
|
||||
ClickType::DropType(_drop_type) => {dbg!("todo"); Ok(())},
|
||||
ClickType::DropType(_drop_type) => {
|
||||
dbg!("todo");
|
||||
Ok(())
|
||||
}
|
||||
}?;
|
||||
if let Some(mut opened_container) = opened_container {
|
||||
if update_whole_container {
|
||||
|
||||
Reference in New Issue
Block a user