Skip to content

Commit

Permalink
fix: Update link test
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Aug 31, 2024
1 parent 2926cfd commit d44034c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/components/src/link.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ mod test {
// Go to the "Somewhere" route
utils.push_event(PlatformEvent::Mouse {
name: EventName::Click,
cursor: (5., 70.).into(),
cursor: (5., 60.).into(),
button: Some(MouseButton::Left),
});

Expand Down

0 comments on commit d44034c

Please sign in to comment.