From 19d229897f1631c28e313b538fbb3dfc2a75bdfb Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 20 Sep 2024 11:17:02 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/12528 --- app/src/menus/protyle.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/src/menus/protyle.ts b/app/src/menus/protyle.ts index 4968c4329..e40be49a3 100644 --- a/app/src/menus/protyle.ts +++ b/app/src/menus/protyle.ts @@ -1086,7 +1086,6 @@ export const imgMenu = (protyle: IProtyle, range: Range, assetElement: HTMLEleme } }).element); } - /// #if !BROWSER window.siyuan.menus.menu.append(new MenuItem({ label: "OCR", submenu: [{ @@ -1116,7 +1115,6 @@ export const imgMenu = (protyle: IProtyle, range: Range, assetElement: HTMLEleme } }], }).element); - /// #endif window.siyuan.menus.menu.append(new MenuItem({ icon: "iconAlignCenter", label: window.siyuan.languages.alignCenter,