Vanessa 2025-01-12 17:24:54 +08:00
parent f2ba1da9c0
commit 06ec052ded

View file

@ -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);