This commit is contained in:
Vanessa 2022-10-09 22:22:33 +08:00
parent de85316206
commit 30ed20fd1c

View file

@ -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")) {