Vanessa 2024-06-16 17:26:11 +08:00
parent c903101418
commit 974f1c1183

View file

@ -43,6 +43,8 @@ export const initBlockPopover = (app: App) => {
aElement.style.overflow = "";
}
}
} else if (aElement.classList.contains("av__celltext--url")) {
tip = `<span style="word-break: break-all">${tip}</span><br>${aElement.getAttribute("data-name")}`;
}
if (!tip) {
const href = aElement.getAttribute("data-href") || "";