Vanessa 2024-05-07 22:42:30 +08:00
parent 6467b3a962
commit 50d2562a06

View File

@ -66,7 +66,8 @@ export const initBlockPopover = (app: App) => {
}
}
if (tip && !aElement.classList.contains("b3-tooltips")) {
showTooltip(tip, aElement);
// https://github.com/siyuan-note/siyuan/issues/11294
showTooltip(decodeURIComponent(tip), aElement);
event.stopPropagation();
} else {
hideTooltip();