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