|
@@ -24,7 +24,7 @@ export const initBlockPopover = (app: App) => {
|
|
if (aElement.classList.contains("av__celltext")) {
|
|
if (aElement.classList.contains("av__celltext")) {
|
|
if (aElement.offsetWidth > aElement.parentElement.clientWidth - 11) {
|
|
if (aElement.offsetWidth > aElement.parentElement.clientWidth - 11) {
|
|
if (aElement.querySelector(".av__cellicon")) {
|
|
if (aElement.querySelector(".av__cellicon")) {
|
|
- tip = `${aElement.firstChild.textContent} ➡️ ${aElement.lastChild.textContent}`;
|
|
|
|
|
|
+ tip = `${aElement.firstChild.textContent} → ${aElement.lastChild.textContent}`;
|
|
} else {
|
|
} else {
|
|
tip = aElement.textContent;
|
|
tip = aElement.textContent;
|
|
}
|
|
}
|