1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

feat: remove context menu from "page" context #117

This commit is contained in:
2025-05-04 13:17:01 +03:00
parent a478352ca3
commit db78314a44
+1 -1
View File
@@ -80,7 +80,7 @@ export default defineBackground(() =>
Object.entries(items).forEach(([id, title]) => browser.contextMenus.create({
id, title,
visible: true,
contexts: ["action", "page"]
contexts: ["action"]
}));
watchTabSelection(async selection =>