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:
@@ -80,7 +80,7 @@ export default defineBackground(() =>
|
|||||||
Object.entries(items).forEach(([id, title]) => browser.contextMenus.create({
|
Object.entries(items).forEach(([id, title]) => browser.contextMenus.create({
|
||||||
id, title,
|
id, title,
|
||||||
visible: true,
|
visible: true,
|
||||||
contexts: ["action", "page"]
|
contexts: ["action"]
|
||||||
}));
|
}));
|
||||||
|
|
||||||
watchTabSelection(async selection =>
|
watchTabSelection(async selection =>
|
||||||
|
|||||||
Reference in New Issue
Block a user