diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js index 80c0248be..a2ab63738 100644 --- a/chrome/content/zotero/browser.js +++ b/chrome/content/zotero/browser.js @@ -517,6 +517,7 @@ var Zotero_Browser = new function() { menuitem.setAttribute("class", "menuitem-iconic"); menuitem.addEventListener("command", function(e) { Zotero_Browser.scrapeThisPage(translator, e); + e.stopPropagation(); }, false); popup.appendChild(menuitem); }