mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-29 12:58:48 +01:00
This commit is contained in:
parent
de85316206
commit
30ed20fd1c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export const initBlockPopover = () => {
|
|||
tip = aElement.getAttribute("data-href");
|
||||
const title = aElement.getAttribute("data-title");
|
||||
if (title) {
|
||||
tip = title + "<br>" + tip;
|
||||
tip += "<br>" + title;
|
||||
}
|
||||
}
|
||||
if (tip && !tip.startsWith("siyuan://blocks") && !aElement.classList.contains("b3-tooltips")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue