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