mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-28 03:06:10 +01:00
🐛 sync tip 转义及支持点击
This commit is contained in:
parent
b2c0f3ea1f
commit
887443c321
4 changed files with 23 additions and 11 deletions
|
|
@ -37,7 +37,7 @@ export const initBlockPopover = (app: App) => {
|
|||
event.stopPropagation();
|
||||
return;
|
||||
}
|
||||
} else if (!aElement) {
|
||||
} else if (!aElement && !hasClosestByAttribute(event.target, "id", "tooltip", true)) {
|
||||
hideTooltip();
|
||||
}
|
||||
if (window.siyuan.config.editor.floatWindowMode === 1 || window.siyuan.shiftIsPressed) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue