diff --git a/background/background.js b/background/background.js index 17fdbf13..2f2835d5 100644 --- a/background/background.js +++ b/background/background.js @@ -191,7 +191,7 @@ contextMenus = { contexts: ['editable'], documentUrlPatterns: [URLS.ownOrigin + 'edit*'], click: (info, tab) => { - msg.sendTab(tab.id, {method: 'editDeleteText'}); + msg.sendTab(tab.id, {method: 'editDeleteText'}, undefined, 'extension'); }, } };