From 8745d3c1dbcfd8e2e5540a610fbc8080d68e0da6 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 17 Apr 2025 10:12:57 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/14589 --- app/src/protyle/wysiwyg/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/protyle/wysiwyg/index.ts b/app/src/protyle/wysiwyg/index.ts index 691d5c8ae..325685fe5 100644 --- a/app/src/protyle/wysiwyg/index.ts +++ b/app/src/protyle/wysiwyg/index.ts @@ -2677,11 +2677,11 @@ export class WYSIWYG { // TODO https://github.com/siyuan-note/siyuan/issues/14589 点击 video 也可以测试一下 https://github.com/siyuan-note/siyuan/issues/14569 // https://github.com/siyuan-note/siyuan/issues/5901 focusByRange(newRange); - mobileBlur = false; } /// #if !MOBILE pushBack(protyle, newRange); /// #endif + mobileBlur = false; }, (isMobile() || isInIOS()) ? 520 : 0); // Android/iPad 双击慢了出不来 protyle.hint.enableExtend = false; if (event.shiftKey) {