Break line before reposting mention

This commit is contained in:
Bu5hm4nn 2023-03-11 18:01:04 -06:00
parent 6d7d77b8e5
commit 3b14869e36

View File

@ -41,6 +41,9 @@ pub(super) fn render_content(
};
}
Tag::Event { id, .. } => {
if ui.cursor().min == ui.max_rect().min {
ui.end_row();
}
let mut render_as_link = true;
if app.settings.show_first_mention && pos == 0 {
// try to find the mentioned note in our cache