diff --git a/app/src/block/popover.ts b/app/src/block/popover.ts index 1ec22bd3d..37bd894a1 100644 --- a/app/src/block/popover.ts +++ b/app/src/block/popover.ts @@ -44,7 +44,7 @@ export const initBlockPopover = (app: App) => { } } } else if (aElement.classList.contains("av__celltext--url")) { - tip = `${tip}
${aElement.getAttribute("data-name")}`; + tip = `${tip.substring(0, Constants.SIZE_TITLE)}
${aElement.getAttribute("data-name")}`; } if (!tip) { const href = aElement.getAttribute("data-href") || "";