diff --git a/chrome/content/zotero/zoteroPane.js b/chrome/content/zotero/zoteroPane.js index 45896aa87f..08b4a72b0a 100644 --- a/chrome/content/zotero/zoteroPane.js +++ b/chrome/content/zotero/zoteroPane.js @@ -710,7 +710,7 @@ var ZoteroPane = new function() try { // Ignore keystrokes outside of Zotero pane - if (!(event.originalTarget.ownerDocument instanceof XULDocument)) { + if (!(event.originalTarget.ownerDocument instanceof XMLDocument)) { return; } }