diff --git a/app/src/block/popover.ts b/app/src/block/popover.ts index 4f7d24247..73b8a2151 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; + tip += "
" + title; } } if (tip && !tip.startsWith("siyuan://blocks") && !aElement.classList.contains("b3-tooltips")) {