This commit is contained in:
parent
c903101418
commit
974f1c1183
1 changed files with 2 additions and 0 deletions
|
@ -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") || "";
|
||||
|
|
Loading…
Add table
Reference in a new issue