From a01523dc98799590396ffcabdc90b2dc6efe8474 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Tue, 8 Apr 2025 10:58:10 +0800 Subject: [PATCH] :iphone: --- app/src/protyle/wysiwyg/remove.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/protyle/wysiwyg/remove.ts b/app/src/protyle/wysiwyg/remove.ts index d2721b86a..82e41174a 100644 --- a/app/src/protyle/wysiwyg/remove.ts +++ b/app/src/protyle/wysiwyg/remove.ts @@ -193,6 +193,7 @@ export const removeBlock = async (protyle: IProtyle, blockElement: Element, rang } hideElements(["util"], protyle); + /// #if !MOBILE if (!sideElement) { const backlinkElement = hasClosestByClassName(protyle.element, "sy__backlink", true); if (backlinkElement) { @@ -211,6 +212,7 @@ export const removeBlock = async (protyle: IProtyle, blockElement: Element, rang } } } + /// #endif return; } const blockType = blockElement.getAttribute("data-type");