diff --git a/apps/web-clipper/entrypoints/background/index.ts b/apps/web-clipper/entrypoints/background/index.ts index 953ba552f..5aa2642e8 100644 --- a/apps/web-clipper/entrypoints/background/index.ts +++ b/apps/web-clipper/entrypoints/background/index.ts @@ -110,12 +110,6 @@ export default defineBackground(() => { contexts: ["selection"] }); - browser.contextMenus.create({ - id: "trilium-save-cropped-screenshot", - title: "Clip screenshot to Trilium", - contexts: ["page"] - }); - browser.contextMenus.create({ id: "trilium-save-cropped-screenshot", title: "Crop screen shot to Trilium",