Hide any circumstantial evidence that this didn't work perfectly first
time
This commit is contained in:
parent
fae5b1e391
commit
2de34a905d
2 changed files with 0 additions and 4 deletions
|
@ -147,9 +147,7 @@ pub fn down_by_rows(
|
|||
goal_x = map.x_for_point(point, text_layout_details)
|
||||
}
|
||||
|
||||
dbg!(point);
|
||||
let mut clipped_point = map.clip_point(point, Bias::Right);
|
||||
dbg!(clipped_point);
|
||||
if clipped_point.row() > point.row() {
|
||||
clipped_point = map.clip_point(point, Bias::Left);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue