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,