We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eea558 commit 5fd5df3Copy full SHA for 5fd5df3
src/tab.rs
@@ -404,7 +404,6 @@ impl Tab {
404
);
405
}
406
fn extract_linkhandler(draw_ctx: &DrawCtx, x: f64, y: f64) -> Result<String> {
407
- info!("Extracting linkhandler from clicked text");
408
let text_view = &draw_ctx.text_view;
409
let (x, y) =
410
text_view.window_to_buffer_coords(gtk::TextWindowType::Widget, x as i32, y as i32);
0 commit comments