Skip to content

Commit

Permalink
🎨 fix #11465
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Jun 16, 2024
1 parent c903101 commit 974f1c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/block/popover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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") || "";
Expand Down

0 comments on commit 974f1c1

Please sign in to comment.