Remove stray println
This commit is contained in:
parent
fccbac4887
commit
6f2726524e
1 changed files with 1 additions and 4 deletions
|
@ -588,10 +588,7 @@ impl InfoPopover {
|
||||||
MouseRegion::new::<Self>(view_id, region_id, bounds)
|
MouseRegion::new::<Self>(view_id, region_id, bounds)
|
||||||
.on_click::<Editor, _>(
|
.on_click::<Editor, _>(
|
||||||
MouseButton::Left,
|
MouseButton::Left,
|
||||||
move |_, _, cx| {
|
move |_, _, cx| cx.platform().open_url(&url),
|
||||||
println!("clicked link {url}");
|
|
||||||
cx.platform().open_url(&url);
|
|
||||||
},
|
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue