mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-03 11:20:16 +01:00
🚨
This commit is contained in:
parent
40218fa1a0
commit
3925d5d1c4
11 changed files with 22 additions and 24 deletions
|
|
@ -45,7 +45,7 @@ export const initBlockPopover = (app: App) => {
|
|||
return;
|
||||
}
|
||||
} else if (!aElement) {
|
||||
const tipElement = hasClosestByAttribute(event.target, "id", "tooltip", true)
|
||||
const tipElement = hasClosestByAttribute(event.target, "id", "tooltip", true);
|
||||
if (!tipElement || (
|
||||
tipElement && (tipElement.clientHeight >= tipElement.scrollHeight && tipElement.clientWidth >= tipElement.scrollWidth)
|
||||
)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue