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