From d83472c5e741eca77bc7063877af76987df3d612 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 16 Apr 2025 17:48:40 +0800 Subject: [PATCH] :recycle: https://github.com/siyuan-note/siyuan/issues/14569 --- app/src/protyle/wysiwyg/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/protyle/wysiwyg/index.ts b/app/src/protyle/wysiwyg/index.ts index 7907158f7..749ada062 100644 --- a/app/src/protyle/wysiwyg/index.ts +++ b/app/src/protyle/wysiwyg/index.ts @@ -2158,14 +2158,14 @@ export class WYSIWYG { }); }); hideElements(["hint", "util"], protyle); + /// #if MOBILE // https://github.com/siyuan-note/siyuan/issues/14569 if (event.target.tagName === "VIDEO") { - /// #if MOBILE activeBlur(); hideKeyboardToolbar(); - /// #endif return; } + /// #endif const ctrlIsPressed = isOnlyMeta(event); const backlinkBreadcrumbItemElement = hasClosestByClassName(event.target, "protyle-breadcrumb__item"); if (backlinkBreadcrumbItemElement) {