mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-30 21:38:48 +01:00
This commit is contained in:
parent
c52b9776ac
commit
93ba34e8be
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ export const initBlockPopover = (app: App) => {
|
|||
});
|
||||
tip = "";
|
||||
} else if (title) {
|
||||
tip = (tip ? (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