mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
This commit is contained in:
parent
128c338f3b
commit
10e8612c34
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ export const initBlockPopover = (app: App) => {
|
|||
});
|
||||
tip = "";
|
||||
} else if (title) {
|
||||
tip += '<div class="fn__hr"></div><span>' + title + "</span>";
|
||||
tip = (tip ? (tip + '<div class="fn__hr"></div>') : "<span>") + title + "</span>";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue