diff --git a/app/src/block/popover.ts b/app/src/block/popover.ts index 05f3a64b4..4f7d24247 100644 --- a/app/src/block/popover.ts +++ b/app/src/block/popover.ts @@ -23,7 +23,7 @@ export const initBlockPopover = () => { tip = aElement.getAttribute("data-href"); const title = aElement.getAttribute("data-title"); if (title) { - tip += " " + title; + tip = title + "
" + tip; } } if (tip && !tip.startsWith("siyuan://blocks") && !aElement.classList.contains("b3-tooltips")) {