ui/note: show full link type in unhandled mentions
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -192,7 +192,7 @@ pub fn render_note_contents(
|
|||||||
}
|
}
|
||||||
|
|
||||||
_ => {
|
_ => {
|
||||||
ui.colored_label(link_color, format!("@{}", &block.as_str()[4..16]));
|
ui.colored_label(link_color, format!("@{}", &block.as_str()[..16]));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user