Skip to content

Commit

Permalink
Update namui/namui-prebuilt/src/table/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: bigfoodK <[email protected]>
  • Loading branch information
namse and bigfoodK authored Oct 23, 2024
1 parent 2b238a1 commit 95fe3a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions namui/namui-prebuilt/src/table/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,9 +345,6 @@ impl Component for InternalSlice<'_> {
if let TableCellType::Fit { .. } = table_cell_type {
let is_first_draw = fit_bounding_box_map.get(&index).is_none();
let bounding_box = namui::bounding_box(&rendering_tree);
println!("xywh: {:?}", xywh);
println!("rendering_tree: {:#?}", rendering_tree);
println!("bounding_box: {:?}", bounding_box);
set_bounding_box_map.mutate({
move |bounding_box_map| {
bounding_box_map.insert(index, bounding_box);
Expand Down

0 comments on commit 95fe3a8

Please sign in to comment.