mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-22 06:54:08 +01:00
This commit is contained in:
parent
d11ed21f06
commit
4fe40c9fd5
2 changed files with 17 additions and 10 deletions
|
|
@ -132,10 +132,10 @@ export const initBlockPopover = (app: App) => {
|
|||
if (tip && !aElement.classList.contains("b3-tooltips")) {
|
||||
// https://github.com/siyuan-note/siyuan/issues/11294
|
||||
try {
|
||||
showTooltip(decodeURIComponent(tip), aElement, tooltipClass);
|
||||
showTooltip(decodeURIComponent(tip), aElement, tooltipClass, event);
|
||||
} catch (e) {
|
||||
// https://ld246.com/article/1718235737991
|
||||
showTooltip(tip, aElement, tooltipClass);
|
||||
showTooltip(tip, aElement, tooltipClass, event);
|
||||
}
|
||||
event.stopPropagation();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue