mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-21 19:41:05 +08:00
This commit is contained in:
parent
6467b3a962
commit
50d2562a06
@ -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…
Reference in New Issue
Block a user