Skip to content

Commit

Permalink
Merge branch 'main' into fix/custom-sendanymap-for-torin
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Jan 9, 2025
2 parents cf115d7 + 066c1ea commit a31dbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/components/src/overflowed_content.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ mod test {
utils.wait_for_update().await;
utils.wait_for_update().await;
utils.wait_for_update().await;
assert!(label.layout().unwrap().area.min_x() < -0.);
assert_ne!(label.layout().unwrap().area.min_x(), 50.);
}
}

0 comments on commit a31dbaa

Please sign in to comment.