mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-07 09:18:49 +01:00
This commit is contained in:
parent
f2ba1da9c0
commit
06ec052ded
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ export const initBlockPopover = (app: App) => {
|
|||
}
|
||||
}, Constants.TIMEOUT_INPUT);
|
||||
timeout = window.setTimeout(() => {
|
||||
if (!getTarget(event, aElement)) {
|
||||
if (!getTarget(event, aElement) || isTouchDevice()) {
|
||||
return;
|
||||
}
|
||||
clearTimeout(timeoutHide);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue