From 3b0d6078508b3cbc95c0fcd19365e469755278a0 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 15 Apr 2025 10:50:44 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/14569 --- app/src/protyle/wysiwyg/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/protyle/wysiwyg/index.ts b/app/src/protyle/wysiwyg/index.ts index 035dee5a9..71561588e 100644 --- a/app/src/protyle/wysiwyg/index.ts +++ b/app/src/protyle/wysiwyg/index.ts @@ -2160,6 +2160,9 @@ export class WYSIWYG { hideElements(["hint", "util"], protyle); // https://github.com/siyuan-note/siyuan/issues/14569 if (event.target.tagName === "VIDEO") { + /// #if MOBILE + activeBlur(); + /// #enfid return; } const ctrlIsPressed = isOnlyMeta(event);