mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
6467b3a962
commit
50d2562a06
1 changed files with 2 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue