From 0caf53446401d37d35af5fa8ea1fb6b925fdf5d0 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 15 Apr 2025 10:58:07 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/14569 --- 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 71561588e..fe2cc924e 100644 --- a/app/src/protyle/wysiwyg/index.ts +++ b/app/src/protyle/wysiwyg/index.ts @@ -2162,7 +2162,7 @@ export class WYSIWYG { if (event.target.tagName === "VIDEO") { /// #if MOBILE activeBlur(); - /// #enfid + /// #endif return; } const ctrlIsPressed = isOnlyMeta(event);