Skip to content

Commit

Permalink
Don't todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Snowiiii committed Sep 8, 2024
1 parent e8edb0e commit af0abcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumpkin/src/client/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit af0abcc

Please sign in to comment.