fx-compat: XULDocument → XMLDocument
This commit is contained in:
parent
e98a80c803
commit
fb8984c947
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue