This commit is contained in:
parent
7bbc10d4ee
commit
19a601a065
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export const initBlockPopover = (app: App) => {
|
|||
}
|
||||
}
|
||||
} else if (aElement.classList.contains("av__celltext--url")) {
|
||||
tip = `<span style="word-break: break-all">${tip}</span><br>${aElement.getAttribute("data-name")}`;
|
||||
tip = `<span style="word-break: break-all">${tip.substring(0, Constants.SIZE_TITLE)}</span><br>${aElement.getAttribute("data-name")}`;
|
||||
}
|
||||
if (!tip) {
|
||||
const href = aElement.getAttribute("data-href") || "";
|
||||
|
|
Loading…
Add table
Reference in a new issue